euro-ansible/main.yml
2025-09-02 10:55:09 +03:00

14 lines
256 B
YAML
Executable File

- name: run common tasks
hosts: all
become: true
become_user: root
gather_facts: true
roles:
- common
#- name: run host-specific tasks
# hosts: all
# become: true
# become_user: root
# roles: "{{inventory_hostname}}"