Skip to content

Commit 819fc1a

Browse files
committed
ci: disable injecting facts as own vars in the main namespace
Signed-off-by: Norman Ziegner <[email protected]>
1 parent db998ef commit 819fc1a

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

molecule/mysql_hardening/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ provisioner:
2323
defaults:
2424
interpreter_python: auto_silent
2525
callbacks_enabled: profile_tasks, timer
26+
inject_facts_as_vars: false
2627
verifier:
2728
name: ansible
2829

molecule/nginx_hardening/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ provisioner:
2222
defaults:
2323
interpreter_python: auto_silent
2424
callbacks_enabled: profile_tasks, timer
25+
inject_facts_as_vars: false
2526
verifier:
2627
name: ansible
2728

molecule/os_hardening/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ provisioner:
1818
defaults:
1919
interpreter_python: auto_silent
2020
callbacks_enabled: profile_tasks, timer
21+
inject_facts_as_vars: false
2122
verifier:
2223
name: ansible
2324

molecule/os_hardening_vm/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ provisioner:
2727
callbacks_enabled: profile_tasks, timer
2828
# Workaround for https://github.com/ansible-community/molecule-plugins/issues/301
2929
library: "${MOLECULE_PROJECT_DIRECTORY}/plugins/modules:/usr/share/ansible:${MOLECULE_VAGRANT_PLUGIN_DIR}"
30+
inject_facts_as_vars: false
3031
verifier:
3132
name: ansible
3233
env:

molecule/ssh_hardening/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ provisioner:
1818
defaults:
1919
interpreter_python: auto_silent
2020
callbacks_enabled: profile_tasks, timer
21+
inject_facts_as_vars: false
2122
inventory:
2223
host_vars:
2324
# https://molecule.readthedocs.io/en/latest/examples.html#docker-with-non-privileged-user

molecule/ssh_hardening_bsd/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ provisioner:
2323
callbacks_enabled: profile_tasks, timer
2424
# Workaround for https://github.com/ansible-community/molecule-plugins/issues/301
2525
library: "${MOLECULE_PROJECT_DIRECTORY}/plugins/modules:/usr/share/ansible:${MOLECULE_VAGRANT_PLUGIN_DIR}"
26+
inject_facts_as_vars: false
2627
verifier:
2728
name: ansible
2829
env:

molecule/ssh_hardening_custom_tests/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ provisioner:
1818
defaults:
1919
interpreter_python: auto_silent
2020
callbacks_enabled: profile_tasks, timer
21+
inject_facts_as_vars: false
2122
verifier:
2223
name: ansible
2324

0 commit comments

Comments
 (0)