Private
Public Access
2
0

example: remove known_hosts

This commit is contained in:
2026-03-18 09:55:46 +03:00
parent cfd846f787
commit f2fe66668d
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
/ca/
/.vault_pass
/ansible_local.env
/known_hosts

View File

@@ -5,4 +5,4 @@ vault_password_file = ./.vault_pass
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o StrictHostKeyChecking=no -o UserKnownHostsFile=./known_hosts
ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o StrictHostKeyChecking=no