ansible/inventories/inventory.example.yaml

9 lines
151 B
YAML
Raw Normal View History

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