diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml new file mode 100644 index 0000000..8d554ac --- /dev/null +++ b/host_vars/localhost.yml @@ -0,0 +1,5 @@ +# Connection settings for localhost (used by delegate_to: localhost tasks +# and the report generation play that runs on the Semaphore runner itself). +# Explicit settings here override any system-wide ansible.cfg become=True. +ansible_connection: local +ansible_become: false