mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 20:13:11 +02:00
Fix hardcoded vars
This commit is contained in:
parent
8549774979
commit
072eb2cc53
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ CAPW=`cat /tmp/ca_password`
|
|||
|
||||
sed -i 's/- jack$/- jack_test/' config.cfg
|
||||
|
||||
ansible-playbook users.yml -e "server_ip=$LXC_IP server_user=root ssh_tunneling_enabled=y IP_subject=$LXC_IP easyrsa_CA_password=sBo9uybTcflp"
|
||||
ansible-playbook users.yml -e "server_ip=$LXC_IP server_user=root ssh_tunneling_enabled=y IP_subject=$LXC_IP easyrsa_CA_password=$CAPW"
|
||||
|
||||
cd configs/$LXC_IP/pki/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue