Commit 6651884e by Max Rothman

Remove unnecessary local connection

The "connection: local" option prevented us from running the playbook on
another host (e.g. an app server) which gets around security
restrictions on connecting to DB servers. Also, the option is totally
unnecessary. There's no reason this play couldn't run remotely.
parent 9852155c
......@@ -44,7 +44,6 @@
- name: Create databases and users
hosts: all
connection: local
gather_facts: False
tasks:
# Install required library, currently this needs to be available
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment