ansible/main.yml

17 lines
269 B
YAML
Raw Normal View History

2019-10-03 02:04:52 +00:00
---
- hosts:
2019-11-21 16:19:03 +00:00
- sonic-preprod
2019-10-03 02:04:52 +00:00
handlers:
- name: reboot
reboot:
pre_tasks:
- apt:
update_cache: yes
2019-11-21 16:19:03 +00:00
# - apt:
# name: python-pip
# roles:
# - geerlingguy.pip
2019-10-03 02:04:52 +00:00
2019-11-21 16:19:03 +00:00
# - import_playbook: nginx-certbot.yml
- import_playbook: matrix.yml