Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[defaults]
host_key_checking = False

# include roles from galaxyproject/ansible-common-roles
roles_path = roles:common_roles
Expand All @@ -17,3 +18,6 @@ pipelining = True
# These are necessary for cloud instances
#pipelining = False
#ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no

[paramiko_connection]
record_host_keys = False
1 change: 1 addition & 0 deletions jetstreamiuenv/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
remote_user: centos
become: yes
become_method: sudo
connection: paramiko
pre_tasks:
- name: Locate secret group variable files
local_action:
Expand Down