lab-ansible/site.yml

10 lines
185 B
YAML
Raw Normal View History

2023-10-28 23:49:29 +00:00
# vim: ft=yaml.ansible
2023-10-29 19:46:52 +00:00
# code: language=ansible
2023-10-28 23:49:29 +00:00
---
2023-12-29 18:59:58 +00:00
- name: Run playbook against ${HOSTS}
2023-12-25 22:17:36 +00:00
hosts: ${HOSTS}
2023-11-15 19:30:53 +00:00
remote_user: ansible
become: true
2023-12-29 18:59:58 +00:00
gather_facts: true
2023-12-25 22:17:36 +00:00
roles: ${ROLES}