Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.8 KiB

  1. localhost ansible_connection=local
  2. gandalf ansible_host=10.150.40.1 ansible_user=root
  3. # CERTIFICATION AUTHORITIES
  4. authorities ansible_host=10.150.40.8 ansible_user=root
  5. authorities_request ansible_host=10.150.40.8 ansible_user=request
  6. # PHYSICAL HOST -------------------------------------------------------------- <LVM VG Name>
  7. black ansible_host=10.150.40.42 ansible_user=root vg_name=black-vg
  8. ca ansible_host=10.150.40.8 ansible_user=root
  9. # LXC GUEST ------------------------------------------------------------------ <LXC Running Host>
  10. #blogs ansible_host=10.150.42.17 ansible_user=root ansible_lxc_host=black
  11. ldap ansible_host=10.150.42.10 ansible_user=root ansible_lxc_host=black
  12. #lists ansible_host=10.150.42.15 ansible_user=root
  13. #login ansible_host=10.150.42.100 ansible_user=root
  14. #mail ansible_host=10.150.42.36 ansible_user=root
  15. #matrix ansible_host=10.150.42.26 ansible_user=root
  16. #media ansible_host=10.150.42.104 ansible_user=root
  17. #projects ansible_host=10.150.42.12 ansible_user=root
  18. #status ansible_host=10.150.42.103 ansible_user=root
  19. #users ansible_host=10.150.42.18 ansible_user=root
  20. #webmail ansible_host=10.150.42.14 ansible_user=root
  21. #wiki ansible_host=10.150.42.16 ansible_user=root
  22. # NETWORK NODES
  23. management_gateway ansible_host=10.150.40.1 ansible_user=root
  24. vm_gateway ansible_host=10.150.42.1 ansible_user=root
  25. reverse_proxy ansible_host=10.150.42.1 ansible_user=root
  26. [vm_hosts]
  27. black