Cleanup paths and file names
This commit is contained in:
parent
016949d100
commit
78d9004be7
|
@ -3,4 +3,4 @@
|
|||
# https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-wireguard/
|
||||
# https://github.com/githubixx/ansible-role-wireguard
|
||||
|
||||
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./wireguard.yml
|
||||
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./playbook-frames.yml
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-wireguard/
|
||||
# https://github.com/githubixx/ansible-role-wireguard
|
||||
|
||||
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./update-software.yml
|
||||
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./playbook-update-software.yml
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-wireguard/
|
||||
# https://github.com/githubixx/ansible-role-wireguard
|
||||
|
||||
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./wireguard.yml
|
||||
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./playbook-wireguard.yml
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
ssh $2@$1 'echo Just ensuring the ssh key is accepted ahead of configuration'
|
||||
ansible-playbook ./setup-ansible.yml -i $1, -u $2 -k
|
||||
ansible-playbook ./setup-ansible-host.yml -i $1, -u $2 -k
|
||||
|
|
Loading…
Reference in a new issue