diff options
Diffstat (limited to 'ansible_collections/cyberark/conjur/dev/ansible.cfg')
-rw-r--r-- | ansible_collections/cyberark/conjur/dev/ansible.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible_collections/cyberark/conjur/dev/ansible.cfg b/ansible_collections/cyberark/conjur/dev/ansible.cfg new file mode 100644 index 000000000..5b1d8246b --- /dev/null +++ b/ansible_collections/cyberark/conjur/dev/ansible.cfg @@ -0,0 +1,7 @@ +[defaults] +host_key_checking = False +error_on_undefined_vars = True +timeout = 60 +inventory = inventory.tmp +roles_path = /cyberark +remote_tmp = /tmp |