Advertisement
marklpotter

ipacluster vars

Dec 2nd, 2020
916
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.66 KB | None | 0 0
  1. # Universal Vars
  2. ipaadmin_password: !vault |
  3.     VAULT PASSWORD STUFF CLIPPED
  4. ipadm_password: !vault |
  5.     VAULT PASSWORD STUFF CLIPPED
  6. ipaadmin_principal: admin
  7.  
  8. # Server Vars
  9. ipaserver_domain: freeipa.local
  10. ipaserver_realm: DUG.COM
  11. ipaserver_setup_dns: true
  12. ipaserver_allow_zone_overlap: true
  13. ipaserver_forwarders:
  14.  - IP CLIPPED
  15.   - IP CLIPPED
  16. ipaserver_hostname: ipaserv0001.freeipa.local
  17. ipaserver_setup_kra: true
  18. ipaserver_setup_firewalld: true
  19. ipaserver_firewalld_zone: public
  20.  
  21. # Replica Vars
  22. ipareplica_domain: freeipa.local
  23. ipaserver_setup_dns: true
  24. ipareplica_allow_zone_overlap: true
  25. ipaserver_forwarders:
  26.  - IP CLIPPED
  27.   - IP CLIPPED
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement