From 816a3dfd3887750495cc8955336c1fad64c27c24 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 22:54:13 +0000 Subject: [PATCH] Tweak software update playbook/run script --- deploy-software-updates.sh | 6 ++++++ update-software.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 deploy-software-updates.sh 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