mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
update-users fix (#591)
This commit is contained in:
parent
3f62dab040
commit
6ae113a38f
2 changed files with 2 additions and 2 deletions
2
algo
2
algo
|
@ -470,7 +470,7 @@ Enter the password for the private CA key:
|
|||
$ADDITIONAL_PROMPT
|
||||
: " -rs easyrsa_CA_password
|
||||
|
||||
ansible-playbook users.yml -e "server_ip=$server_ip server_user=$server_user ssh_tunneling_enabled=$ssh_tunneling_enabled IP_subject=$IP_subject easyrsa_CA_password=$easyrsa_CA_password" -t update-users --skip-tags common
|
||||
ansible-playbook users.yml -e "server_ip=$server_ip server_user=$server_user ssh_tunneling_enabled=$ssh_tunneling_enabled IP_subject_alt_name=$IP_subject easyrsa_CA_password=$easyrsa_CA_password" -t update-users --skip-tags common
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
ansible_python_interpreter: "/usr/bin/python2.7"
|
||||
ssh_tunneling_enabled: "{{ ssh_tunneling_enabled }}"
|
||||
easyrsa_CA_password: "{{ easyrsa_CA_password }}"
|
||||
IP_subject: "{{ IP_subject }}"
|
||||
IP_subject: "{{ IP_subject_alt_name }}"
|
||||
ansible_ssh_private_key_file: "{{ SSH_keys.private }}"
|
||||
|
||||
- name: Wait until SSH becomes ready...
|
||||
|
|
Loading…
Add table
Reference in a new issue