update
This commit is contained in:
parent
003a22ca6e
commit
45076c5231
11 changed files with 230 additions and 61 deletions
|
|
@ -18,9 +18,9 @@ ln -s $workdir $base/vm_files
|
|||
ansible-playbook $base/workstation.yaml \
|
||||
-v \
|
||||
-u "mbess" \
|
||||
-i "$base/inventory.yaml" \
|
||||
--ssh-extra-args "-o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 2222 -i ./master_sshkey" \
|
||||
-i "inventory.yml" \
|
||||
--ssh-extra-args "-o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 22 -i ./master_sshkey" \
|
||||
--extra-vars "@$workdir/vars.yaml" \
|
||||
--extra-vars "ansible_sudo_pass=root" \
|
||||
--start-at-task "Create the aur_builder user"
|
||||
--extra-vars "ansible_sudo_pass=pidell43"
|
||||
#--start-at-task "Create the aur_builder user"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue