use alias for hosts

networking
Jean-Marie Mineau 3 years ago
parent feb4db529e
commit c2375365ab
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -0,0 +1,2 @@
---
ansible_host: "azerty.fil.sand.auro.re"

@ -0,0 +1,2 @@
---
ansible_host: "hellman.fil.sand.auro.re"

@ -0,0 +1,2 @@
---
ansible_host: "hindley.adh.auro.re"

18
hosts

@ -3,10 +3,10 @@ all:
children: children:
ubuntu: ubuntu:
hosts: hosts:
hindley.adh.auro.re: hindley:
debian_buster: debian_buster:
hosts: hosts:
azerty.fil.sand.auro.re: azerty:
dns-histausse.fil.sand.auro.re: dns-histausse.fil.sand.auro.re:
networking-pp.fil.sand.auro.re: networking-pp.fil.sand.auro.re:
vm1: vm1:
@ -14,23 +14,23 @@ all:
vm3: vm3:
proxmox_buster: proxmox_buster:
hosts: hosts:
hellman.fil.sand.auro.re: hellman:
raspbian_buster: raspbian_buster:
hosts: hosts:
rossum: rossum:
proxy: proxy:
hosts: hosts:
hindley.adh.auro.re: hindley:
dns: dns:
hosts: hosts:
dns-histausse.fil.sand.auro.re: dns-histausse.fil.sand.auro.re:
keycloak_host: keycloak_host:
hosts: hosts:
azerty.fil.sand.auro.re: azerty:
server_hostname: azerty.fil.sand.auro.re server_hostname: azerty.fil.sand.auro.re
gitea_host: gitea_host:
hosts: hosts:
azerty.fil.sand.auro.re: azerty:
server_hostname: azerty.fil.sand.auro.re server_hostname: azerty.fil.sand.auro.re
tests: tests:
hosts: hosts:
@ -39,7 +39,7 @@ all:
vm3: vm3:
vpn: vpn:
hosts: hosts:
azerty.fil.sand.auro.re: azerty:
hindley.adh.auro.re: hindley:
hellman.fil.sand.auro.re: hellman:
rossum: rossum:

Loading…
Cancel
Save