Skip to content

Commit 03384e3

Browse files
authored
[ci] Add ansible.cfg to top-level dir (#322)
This ensures that same config is used when running the ci playbooks from the top-level of the repo as when running from the ci/ directory This is useful for test-operator, for example, which runs the playbooks from teh top level of the directory
1 parent 51a4abd commit 03384e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ansible.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[defaults]
2+
callbacks_enabled = custom_junit, custom_logger
3+
callback_plugins = callback_plugins
4+
# additional paths to search for roles
5+
roles_path = /usr/share/ansible/roles:/etc/ansible/roles:~/.ansible/roles:../ci-framework/roles:roles
6+
7+
[custom_logger]
8+
output_dir = /$HOME/ci-framework-data/tests/feature-verification-tests/
9+

0 commit comments

Comments
 (0)