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.

33 lines
793 B

7 years ago
7 years ago
  1. ---
  2. - import_playbook: 'prepare_lxc_guest.yaml'
  3. vars:
  4. host: 'status'
  5. vm_size: '2G'
  6. unprivileged: true
  7. - hosts: 'status'
  8. vars:
  9. nginx_proxy_protocol: true
  10. reverse_proxy_proxy_protocol: true
  11. roles:
  12. - role: 'dns_record'
  13. - role: 'reverse_proxy'
  14. - role: 'icinga2'
  15. ldap_backup_servers:
  16. - 'status.dmz.{{ domain }}'
  17. - role: 'ldap'
  18. virtual_domains:
  19. - '{{ domain }}'
  20. ldap_syncrepl_is_provider: false
  21. ldap_syncrepl_is_consumer: true
  22. ldap_syncrepl_server_id: 2
  23. ldap_syncrepl_target_providers:
  24. - { rid: '1', url: 'ldap://ldap1.dmz.lilik.it' }
  25. ldap_check_tree: false
  26. tags:
  27. - 'role::ldap'
  28. - hosts: 'status'
  29. roles:
  30. - role: 'icinga2-monitoring'
  31. ...