example: remove known_hosts
This commit is contained in:
1
example/ansible/.gitignore
vendored
1
example/ansible/.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
/ca/
|
||||
/.vault_pass
|
||||
/ansible_local.env
|
||||
/known_hosts
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user