Tag all certificate and key copying

This commit is contained in:
Timo Makinen 2020-09-28 15:17:26 +00:00
parent 939edd1cdd
commit f543d599af
5 changed files with 11 additions and 0 deletions

View file

@ -26,6 +26,7 @@
mode: 0600
owner: root
group: "{{ ansible_wheel }}"
tags: certificates
- name: copy server crt
copy:
@ -34,6 +35,7 @@
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
tags: certificates
- name: add archiving to syslog.conf
blockinfile: