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.

22 lines
469 B

  1. ---
  2. - hosts: biff
  3. vars:
  4. - server_fqdn: "shadow.lists.lilik.it"
  5. roles:
  6. - role: lxc_guest
  7. vm_name: shadow_list
  8. distro: stretch
  9. - role: ssh_server
  10. ansible_connection: ssh_lxc
  11. ansible_ssh_lxc_name: shadow_list
  12. - hosts: shadow_list
  13. roles:
  14. - role: dns_record
  15. - role: reverse_proxy
  16. hostname: shadow.list
  17. tasks:
  18. - apt:
  19. name: "{{ item }}"
  20. with_items:
  21. - nginx
  22. - python-django-hyperkitty