We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6eafc commit 6f1c24fCopy full SHA for 6f1c24f
environments/arcus/ansible.cfg
@@ -8,6 +8,7 @@ host_key_checking = False
8
inventory = ../common/inventory,inventory
9
collections_path = ../../ansible/collections
10
roles_path = ../../ansible/roles
11
+filter_plugins = ../../ansible/filter_plugins/
12
13
[ssh_connection]
14
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
0 commit comments