Stop logging the rsync of puppet

It takes over the log files. So does the sync of
project-config.

Depends-On: https://review.opendev.org/724418
Change-Id: Ic5c3811bf8b03cd387a2790e4d6ab457f5288c57
This commit is contained in:
Monty Taylor 2020-04-29 15:35:33 -05:00
parent 4b9d1a88bd
commit 2f342aec13
3 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
ansible_python_interpreter: python3
silence_synchronize: true
distro_lookup_path:
- "{{ ansible_facts.distribution }}.{{ ansible_facts.lsb.codename }}.{{ ansible_facts.architecture }}.yaml"

View File

@ -10,5 +10,7 @@ puppet_color: 'false'
mgmt_hieradata: /etc/ansible/hosts
mgmt_puppet_module_dir: /etc/puppet/modules
puppet_hieradata_link_dest: /opt/system-config/hieradata
puppet_nolog_sync: '{{ silence_synchronize }}'
ansible_roles:
- puppet

View File

@ -15,3 +15,4 @@
synchronize:
src: '{{ project_config_src }}/{{ project_config_subdir }}'
dest: '{{ project_config_dest }}'
no_log: '{{ silence_synchronize }}'