Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

13 lignes
371 B

  1. ---
  2. - when: etherpad_enabled | bool and etherpad_nginx_proxy_dimension_integration_enabled | bool
  3. tags:
  4. - install-all
  5. - setup-all
  6. - install-nginx-proxy
  7. - setup-nginx-proxy
  8. block:
  9. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  10. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"