example: remove known_hosts
This commit is contained in:
1
example/ansible/.gitignore
vendored
1
example/ansible/.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
/ca/
|
/ca/
|
||||||
/.vault_pass
|
/.vault_pass
|
||||||
/ansible_local.env
|
/ansible_local.env
|
||||||
/known_hosts
|
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ vault_password_file = ./.vault_pass
|
|||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining = True
|
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