|
|
@ -20,7 +20,7 @@ |
|
|
|
synchronize: |
|
|
|
synchronize: |
|
|
|
src: "{{ pki_root_dir }}/src/openxpki-config-{{ pki_config_version }}/" |
|
|
|
src: "{{ pki_root_dir }}/src/openxpki-config-{{ pki_config_version }}/" |
|
|
|
dest: "{{ pki_root_dir }}/etc/" |
|
|
|
dest: "{{ pki_root_dir }}/etc/" |
|
|
|
recursive: True |
|
|
|
compress: False |
|
|
|
rsync_opts: |
|
|
|
rsync_opts: |
|
|
|
- '--exclude=config.d/realm/democa' |
|
|
|
- '--exclude=config.d/realm/democa' |
|
|
|
delegate_to: "{{ inventory_hostname }}" |
|
|
|
delegate_to: "{{ inventory_hostname }}" |
|
|
@ -37,7 +37,7 @@ |
|
|
|
synchronize: |
|
|
|
synchronize: |
|
|
|
src: "{{ pki_root_dir }}/etc/config.d/realm.tpl/" |
|
|
|
src: "{{ pki_root_dir }}/etc/config.d/realm.tpl/" |
|
|
|
dest: "{{ pki_root_dir }}/etc/config.d/realm/{{ item.item.name }}/" |
|
|
|
dest: "{{ pki_root_dir }}/etc/config.d/realm/{{ item.item.name }}/" |
|
|
|
recursive: True |
|
|
|
compress: False |
|
|
|
delete: True |
|
|
|
delete: True |
|
|
|
delegate_to: "{{ inventory_hostname }}" |
|
|
|
delegate_to: "{{ inventory_hostname }}" |
|
|
|
when: item.changed or pki_install_mode != 'none' |
|
|
|
when: item.changed or pki_install_mode != 'none' |
|
|
|