This commit is contained in:
mperochon 2017-06-06 14:26:19 +02:00
parent 104ece979e
commit ac32f03c0d

View file

@ -49,7 +49,9 @@
group: "{{ issue_cert_file_group | d('root' )}}" group: "{{ issue_cert_file_group | d('root' )}}"
mode: "{{ issue_cert_file_mode | d('0644') }}" mode: "{{ issue_cert_file_mode | d('0644') }}"
owner: "{{ issue_cert_file_owner | d('root') }}" owner: "{{ issue_cert_file_owner | d('root') }}"
when: inventory_hostname in play_hosts when:
- inventory_hostname in play_hosts
- inventory_hostname == issue_cert_hosts|first
- name: issue_cert | Copy the key to all hosts - name: issue_cert | Copy the key to all hosts
copy: copy: