Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stackit: deploy wire-server #745

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
add wait time for ansible operations
amitsagtani97 committed Nov 26, 2024
commit c66f9f5ad16200a25af17846579e7431a7b1e4ef
3 changes: 2 additions & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
@@ -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
@@ -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