configs/all.yaml
2025-05-24 17:51:41 +02:00

21 lines
390 B
YAML

---
- name: Playbook All
strategy: free
hosts:
- g00
- g01
- g02
- g03
- ov1
- ov2
- ks1
remote_user: "{{ admin_user }}"
become_method: sudo
roles:
- all_roles
# # you can do `ansible -i inventory/hosts g01.rhizogen.es.eu.org -m setup -e "ansible_user=admin_user"`
# tasks:
# - debug: var=ansible_facts
# - debug: var=ansible_devices