diff --git a/deploy-frames.sh b/deploy-frames.sh index f830fb0..5156a52 100755 --- a/deploy-frames.sh +++ b/deploy-frames.sh @@ -1,6 +1,3 @@ #!/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 diff --git a/deploy-software-updates.sh b/deploy-software-updates.sh index 628b03f..9b4904a 100755 --- a/deploy-software-updates.sh +++ b/deploy-software-updates.sh @@ -1,6 +1,3 @@ #!/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 diff --git a/deploy-wireguard.sh b/deploy-wireguard.sh index 383166e..367f3a0 100755 --- a/deploy-wireguard.sh +++ b/deploy-wireguard.sh @@ -1,6 +1,3 @@ #!/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