Failover VMs

This commit is contained in:
Alexandre Iooss 2019-11-01 15:38:35 +01:00
parent 6dec3ed0d1
commit ccbd7d3770
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
8 changed files with 113 additions and 92 deletions

View file

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