use alias for hosts

This commit is contained in:
Jean-Marie Mineau 2021-04-25 19:08:09 +02:00
parent feb4db529e
commit c2375365ab
Signed by: histausse
GPG key ID: 67486F107F62E9E9
10 changed files with 15 additions and 9 deletions

View file

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

View file

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

View file

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

18
hosts
View file

@ -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: