diff --git a/hosts.yml b/hosts.yml new file mode 100644 index 0000000..e0cf651 --- /dev/null +++ b/hosts.yml @@ -0,0 +1,19 @@ +%YAML 1.2 +--- +version: "1.1" + +hostnames: + + nginx: + + hosts: + type: domainname + default: + - variable: intranet.vps_domain_name + + vars: + all: + ansible_python_interpreter: /usr/bin/python3 + ansible_user: root + ansible_ssh_private_key_file: ./host_vars/forge.gwhirlingai.fr.key +...