hosts
This commit is contained in:
parent
497e8acc2d
commit
231b3679b6
1 changed files with 8 additions and 2 deletions
10
hosts.yml
10
hosts.yml
|
|
@ -9,11 +9,17 @@ hostnames:
|
|||
hosts:
|
||||
type: domainname
|
||||
default:
|
||||
- variable: intranet.vps_domain_name
|
||||
- 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
|
||||
ansible_ssh_private_key_file:
|
||||
type: unix_filename
|
||||
params:
|
||||
types:
|
||||
- file
|
||||
default:
|
||||
- variable: intranet.vps.ssh_key
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue