Move new PVE
This commit is contained in:
parent
11173eef23
commit
104cc3d09e
4 changed files with 25 additions and 2 deletions
3
group_vars/edc/sudo_location_group.yml
Normal file
3
group_vars/edc/sudo_location_group.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# Users in that group will be able to `sudo`
|
||||
sudo_group_location: 'sudoedc'
|
3
group_vars/fleming/sudo_location_group.yml
Normal file
3
group_vars/fleming/sudo_location_group.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# Users in that group will be able to `sudo`
|
||||
sudo_group_location: 'sudofleming'
|
3
group_vars/georgesand/sudo_location_group.yml
Normal file
3
group_vars/georgesand/sudo_location_group.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# Users in that group will be able to `sudo`
|
||||
sudo_group_location: 'sudogeorgesand'
|
18
hosts
18
hosts
|
@ -38,10 +38,14 @@ re2o-test.adm.auro.re
|
|||
#ldap-replica-fleming2.adm.auro.re
|
||||
|
||||
[pacaterie-pve]
|
||||
merlin.adm.auro.re
|
||||
leodagan.adm.auro.re
|
||||
mordred.adm.auro.re
|
||||
|
||||
[edc-pve]
|
||||
leodagan.adm.auro.re
|
||||
|
||||
[georgesand-pve]
|
||||
merlin.adm.auro.re
|
||||
|
||||
# everything at ovh
|
||||
[ovh:children]
|
||||
ovh-pve
|
||||
|
@ -61,6 +65,14 @@ fleming-vm-ldap-replica
|
|||
[pacaterie:children]
|
||||
pacaterie-pve
|
||||
|
||||
# everything at edc
|
||||
[edc:children]
|
||||
edc-pve
|
||||
|
||||
# everything at georgesand
|
||||
[georgesand:children]
|
||||
georgesand-pve
|
||||
|
||||
# every LXC container
|
||||
[container:children]
|
||||
ovh-container
|
||||
|
@ -75,6 +87,8 @@ fleming-vm-ldap-replica
|
|||
ovh-pve
|
||||
fleming-pve
|
||||
pacaterie-pve
|
||||
edc-pve
|
||||
georgesand-pve
|
||||
|
||||
# every LDAP replica
|
||||
[ldap-replica:children]
|
||||
|
|
Loading…
Reference in a new issue