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.

13 lines
265 B

  1. ---
  2. - hosts: biff
  3. roles:
  4. - role: lxc_guest
  5. vm_name: projects
  6. # distro: sid
  7. - role: ssh_server
  8. ansible_connection: lxc_ssh
  9. ansible_docker_extra_args: projects
  10. - hosts: projects
  11. roles:
  12. - role: dns_record
  13. - role: gitlab