Failover VMs
This commit is contained in:
parent
6dec3ed0d1
commit
ccbd7d3770
8 changed files with 113 additions and 92 deletions
4
base.yml
4
base.yml
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
# Put a common configuration on all servers
|
||||
- hosts: all
|
||||
- hosts: all,!unifi
|
||||
roles:
|
||||
- baseconfig
|
||||
- basesecurity
|
||||
|
||||
# Plug LDAP on all servers
|
||||
- hosts: all
|
||||
- hosts: all,!unifi
|
||||
roles:
|
||||
- ldap-client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue