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.
 
 

23 lines
490 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/ssl/main.yml"
  5. when: run_setup
  6. tags:
  7. - setup-all
  8. - setup-nginx-proxy
  9. - setup-ssl
  10. - import_tasks: "{{ role_path }}/tasks/setup_nginx_proxy.yml"
  11. when: run_setup
  12. tags:
  13. - setup-all
  14. - setup-nginx-proxy
  15. - import_tasks: "{{ role_path }}/tasks/self_check_well_known.yml"
  16. delegate_to: 127.0.0.1
  17. become: false
  18. when: run_self_check
  19. tags:
  20. - self-check