9 lines
196 B
YAML
9 lines
196 B
YAML
|
|
all:
|
||
|
|
hosts:
|
||
|
|
intranet.whirlingai.fr:
|
||
|
|
ansible_python_interpreter: /usr/bin/python3
|
||
|
|
vars:
|
||
|
|
ansible_user: root
|
||
|
|
ansible_ssh_private_key_file: ./host_vars/forge.gwhirlingai.fr.key
|
||
|
|
|