Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add connection=local to default hosts file #1

Open
etsauer opened this issue May 2, 2019 · 1 comment
Open

Add connection=local to default hosts file #1

etsauer opened this issue May 2, 2019 · 1 comment

Comments

@etsauer
Copy link

etsauer commented May 2, 2019

Current hosts file:

[seed-hosts]
localhost

When using localhost as the seed-host, we want to prevent ansible from trying to perform a remote ssh connection to our local machine. The default hosts file should look like this:

[seed-hosts]
localhost ansible_connection=local
@jacobsee
Copy link
Owner

jacobsee commented May 8, 2019

ansible_connection: local is currently being configured in host_vars/localhost.yml. Do you think it should be moved to the hosts file instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants