Skip to content

Add connection=local to default hosts file #1

@etsauer

Description

@etsauer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions