diff --git a/deploy-software-updates.sh b/deploy-software-updates.sh new file mode 100644 index 0000000..6985eae --- /dev/null +++ b/deploy-software-updates.sh @@ -0,0 +1,6 @@ +#!/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 ./update-software.yml diff --git a/update-software.yml b/update-software.yml index a29c7eb..43bfb9f 100644 --- a/update-software.yml +++ b/update-software.yml @@ -1,5 +1,5 @@ --- - - hosts: all + - hosts: frames become: yes tasks: - name: Refresh package list