mirror-env/todo/post-install.yml

13 lines
219 B
YAML
Raw Normal View History

2021-09-14 01:12:52 -04:00
# don't really need anymore
# just keeping here for reference
2021-09-12 18:24:22 -04:00
---
2021-09-11 23:56:31 -04:00
- name: install dependencies
apt:
pkg:
- zfsutils-linux
- rsync
- nginx
- proftpd
state: latest
update_cache: true