Skip to content

Commit

Permalink
DAOS-11506 More cert and storage format fixes (#6)
Browse files Browse the repository at this point in the history
Also updated example ansible.cfg

Signed-off-by: Mark Olson <[email protected]>
  • Loading branch information
mark-olson committed Dec 23, 2022
1 parent 9fc1ee3 commit e8e0314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
26 changes: 0 additions & 26 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,6 @@ host_key_checking=False
interpreter_python=auto_silent
inventory=./hosts
local_tmp=~/.ansible/tmp
private_key_file=/home/ansible/.ssh/id_rsa
remote_user=ansible
system_warnings=False
use_persistent_connections=True
verbosity=0

[persistent_connection]
command_timeout=30
connect_retry_timeout=15
connect_timeout=30
control_path_dir={{ ANSIBLE_HOME ~ "/pc" }}

[defaults]
become=True
collections_path=~/.ansible/collections
debug=False
deprecation_warnings=False
display_skipped_hosts=False
enable_task_debugger=False
executable=/bin/bash
forks=50
host_key_checking=False
interpreter_python=auto_silent
inventory=./hosts
local_tmp=~/.ansible/tmp
private_key_file=/home/ansible/.ssh/id_rsa
remote_user=ansible
system_warnings=False
use_persistent_connections=True
Expand Down
6 changes: 2 additions & 4 deletions roles/reboot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# molecule > 3.0.8 https://github.com/ansible-community/molecule/issues/2895
# ansible version locked down for ansible tower
ansible-lint
ansible-vagrant
ansible==2.9.15
ansible
docker
molecule==3.0.8
molecule
molecule-docker
yamllint

0 comments on commit e8e0314

Please sign in to comment.