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:
|
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…
Reference in a new issue