mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-04 17:10:18 +01:00
Merge pull request #230 from dubmarm/no_tag_vhosts_ssl
add no_log to mask vhost_ssl data from output
This commit is contained in:
commit
18d469dfc5
3 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
stat: "path={{ item.certificate_file }}"
|
stat: "path={{ item.certificate_file }}"
|
||||||
register: apache_ssl_certificates
|
register: apache_ssl_certificates
|
||||||
with_items: "{{ apache_vhosts_ssl }}"
|
with_items: "{{ apache_vhosts_ssl }}"
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: Add apache vhosts configuration.
|
- name: Add apache vhosts configuration.
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
stat: path={{ item.certificate_file }}
|
stat: path={{ item.certificate_file }}
|
||||||
register: apache_ssl_certificates
|
register: apache_ssl_certificates
|
||||||
with_items: "{{ apache_vhosts_ssl }}"
|
with_items: "{{ apache_vhosts_ssl }}"
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: Enable Apache mods.
|
- name: Enable Apache mods.
|
||||||
copy:
|
copy:
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
stat: path={{ item.certificate_file }}
|
stat: path={{ item.certificate_file }}
|
||||||
register: apache_ssl_certificates
|
register: apache_ssl_certificates
|
||||||
with_items: "{{ apache_vhosts_ssl }}"
|
with_items: "{{ apache_vhosts_ssl }}"
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: Add apache vhosts configuration.
|
- name: Add apache vhosts configuration.
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue