Merge "Stop logging the rsync of puppet"

This commit is contained in:
Zuul 2020-05-07 18:41:23 +00:00 committed by Gerrit Code Review
commit 6aaa0c6efb
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 }}'