Remove incorrectly copied around code
This commit is contained in:
parent
78d9004be7
commit
38905803e7
|
@ -1,6 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# 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 ./playbook-frames.yml
|
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./playbook-frames.yml
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# 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 ./playbook-update-software.yml
|
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./playbook-update-software.yml
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# 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 ./playbook-wireguard.yml
|
ansible-playbook -u ansible --private-key /opt/ansible/ssh.key -i inventory ./playbook-wireguard.yml
|
||||||
|
|
Loading…
Reference in a new issue