ansible/inventories/inventory.example.yaml
Louis Vallat ec1a2062ec
feat: refactored the playbooks and the base structure
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-11-16 15:17:06 +01:00

9 lines
151 B
YAML

all:
hosts:
children:
<GROUP>:
hosts:
<IP>:
ansible_user: <USER>
ansible_ssh_private_key_file: <PRIVATE KEY>