configurations-ansible/setup-node.yml

7 lines
138 B
YAML
Raw Permalink Normal View History

2022-11-21 16:52:36 +01:00
---
- name: "Setup a node as ansible-able"
2022-11-21 16:52:36 +01:00
hosts: "{{ target if target is defined else 'planets' }}"
roles:
- role: ansible-node