Matrix Docker Ansible eploy
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.

19 lines
426 B

  1. ---
  2. -
  3. tags:
  4. - setup-all
  5. - setup-admin-wireguard
  6. - install-all
  7. - install-admin-wireguard
  8. block:
  9. - when: matrix_admin_wireguard_enabled | bool
  10. ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
  11. - tags:
  12. - setup-all
  13. - setup-bot-chatgpt
  14. block:
  15. - when: not matrix_admin_wireguard_enabled | bool
  16. ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"