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

Do not create entries in .ssh/config and /etc/hosts #73

Open
Enucatl opened this issue Oct 17, 2023 · 0 comments
Open

Do not create entries in .ssh/config and /etc/hosts #73

Enucatl opened this issue Oct 17, 2023 · 0 comments

Comments

@Enucatl
Copy link

Enucatl commented Oct 17, 2023

I prefer to not create these entries, since I have an internal DNS server that takes care of DHCP and will take care of resolving the hostnames appropriately when the guest comes online.

I will add two flags to make this optional (default to true, as is the current behavior)

Enucatl added a commit to Enucatl/ansible-role-virt-infra that referenced this issue Oct 17, 2023
Enucatl added a commit to Enucatl/ansible-role-virt-infra that referenced this issue Oct 17, 2023
Fix csmart#73

add options to remove tasks as well

Not adding the key to known_hosts would make the cloud-init check fail
as it's asking for the key to be verified.

Could disable strict host checking in ssh, but for now I'll leave it as
it is.
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

Successfully merging a pull request may close this issue.

1 participant