ansible/main.yml

18 lines
320 B
YAML
Raw Normal View History

2019-10-03 02:04:52 +00:00
---
- hosts:
2022-06-14 20:33:48 +00:00
# - sonic-preprod
- sonic
- octo.fuz.re
2019-10-03 02:04:52 +00:00
pre_tasks:
- apt:
update_cache: yes
2022-06-14 20:33:48 +00:00
import_playbook:
- adminsys-classique.yml
- matrix.yml
# - import_playbook: nginx.yml
# - import_playbook: certbot.yml
# - import_playbook: matrix.yml
handlers:
- name: reboot
reboot: