Skip to content
Snippets Groups Projects
Commit f81225c6 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#19 Set role header

parent 6a9fd9bf
No related branches found
No related tags found
No related merge requests found
--- ---
# file: roles/haproxy/tasks/main.yml # file: roles/haproxy/tasks/main.yml
- name: "HaProxy Role"
set_fact: role_haproxy_started=true
tags: always
- block: - block:
- name: "Install Certs" - name: "Install Certs"
include: '../../letsencrypt/tasks/cert.yml' include: '../../letsencrypt/tasks/cert.yml'
with_items: '{{ proxy_certificates_letsencrypt|default([]) }}' with_items: '{{ proxy_certificates_letsencrypt|default([]) }}'
...@@ -18,6 +23,7 @@ ...@@ -18,6 +23,7 @@
when: '"letsencrypt" not in excluded_roles' when: '"letsencrypt" not in excluded_roles'
- block: - block:
- include: install.yml - include: install.yml
- include: configure.yml - include: configure.yml
tags: Config tags: Config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment