Skip to content

Commit

Permalink
add wait time for ansible operations
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Nov 26, 2024
1 parent cbc379f commit c66f9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ gathering = smart
host_key_checking = no

interpreter_python = /usr/bin/python3

timeout = 30

[privilege_escalation]
become = yes
become_timeout = 30
1 change: 1 addition & 0 deletions bin/autodeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ ansnode3 ansible_host=192.168.122.33
[all:vars]
ansible_user = $DEMO_USER
ansible_ssh_common_args = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
[cassandra:vars]
cassandra_network_interface = enp1s0
Expand Down

0 comments on commit c66f9f5

Please sign in to comment.