File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
skeleton/{{cookiecutter.environment}} Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ host_key_checking = False
8
8
inventory = ../common/inventory,inventory
9
9
collections_path = ../../ansible/collections
10
10
roles_path = ../../ansible/roles
11
+ filter_plugins = ../../ansible/filter_plugins
11
12
12
13
[ssh_connection]
13
14
ssh_args = -o ControlMaster =auto -o ControlPersist =240s -o PreferredAuthentications =publickey -o UserKnownHostsFile =/dev/null
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ host_key_checking = False
8
8
inventory = ../common/inventory,inventory
9
9
collections_path = ../../ansible/collections
10
10
roles_path = ../../ansible/roles
11
+ filter_plugins = ../../ansible/filter_plugins
11
12
12
13
[ssh_connection]
13
14
ssh_args = -o ControlMaster =auto -o ControlPersist =240s -o PreferredAuthentications =publickey -o UserKnownHostsFile =/dev/null
You can’t perform that action at this time.
0 commit comments