use alias for hosts
This commit is contained in:
parent
feb4db529e
commit
c2375365ab
10 changed files with 15 additions and 9 deletions
2
host_vars/azerty/ansible.yml
Normal file
2
host_vars/azerty/ansible.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
ansible_host: "azerty.fil.sand.auro.re"
|
2
host_vars/hellman/ansible.yml
Normal file
2
host_vars/hellman/ansible.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
ansible_host: "hellman.fil.sand.auro.re"
|
2
host_vars/hindley/ansible.yml
Normal file
2
host_vars/hindley/ansible.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
ansible_host: "hindley.adh.auro.re"
|
18
hosts
18
hosts
|
@ -3,10 +3,10 @@ all:
|
|||
children:
|
||||
ubuntu:
|
||||
hosts:
|
||||
hindley.adh.auro.re:
|
||||
hindley:
|
||||
debian_buster:
|
||||
hosts:
|
||||
azerty.fil.sand.auro.re:
|
||||
azerty:
|
||||
dns-histausse.fil.sand.auro.re:
|
||||
networking-pp.fil.sand.auro.re:
|
||||
vm1:
|
||||
|
@ -14,23 +14,23 @@ all:
|
|||
vm3:
|
||||
proxmox_buster:
|
||||
hosts:
|
||||
hellman.fil.sand.auro.re:
|
||||
hellman:
|
||||
raspbian_buster:
|
||||
hosts:
|
||||
rossum:
|
||||
proxy:
|
||||
hosts:
|
||||
hindley.adh.auro.re:
|
||||
hindley:
|
||||
dns:
|
||||
hosts:
|
||||
dns-histausse.fil.sand.auro.re:
|
||||
keycloak_host:
|
||||
hosts:
|
||||
azerty.fil.sand.auro.re:
|
||||
azerty:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
gitea_host:
|
||||
hosts:
|
||||
azerty.fil.sand.auro.re:
|
||||
azerty:
|
||||
server_hostname: azerty.fil.sand.auro.re
|
||||
tests:
|
||||
hosts:
|
||||
|
@ -39,7 +39,7 @@ all:
|
|||
vm3:
|
||||
vpn:
|
||||
hosts:
|
||||
azerty.fil.sand.auro.re:
|
||||
hindley.adh.auro.re:
|
||||
hellman.fil.sand.auro.re:
|
||||
azerty:
|
||||
hindley:
|
||||
hellman:
|
||||
rossum:
|
||||
|
|
Loading…
Reference in a new issue