Remove connection: localhost
We are running into OOM issues on puppetmaster.o.o and our current thought process is because we are using connection: local, this is causing ansible to fork many times over, which is an expensive task. Change-Id: I3f2646765f0b442f7533aa7be44fc42b1916f172 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f20c52a44b
commit
330bfde495
@ -92,7 +92,6 @@
|
||||
logfile: "{{ puppet_logfile }}"
|
||||
whoami: "{{ puppet_report_as }}"
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
when: "{{ files.stdout_lines|length > 0 }}"
|
||||
|
||||
when: puppetdb is defined and puppet_report_as is defined
|
||||
|
Loading…
x
Reference in New Issue
Block a user