Tweak software update playbook/run script

This commit is contained in:
KemoNine 2020-08-04 22:54:13 +00:00
parent 1c4b0e8cf8
commit 816a3dfd38
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: frames
become: yes
tasks:
- name: Refresh package list