Tweak software update playbook/run script
This commit is contained in:
parent
1c4b0e8cf8
commit
816a3dfd38
6
deploy-software-updates.sh
Normal file
6
deploy-software-updates.sh
Normal 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
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: all
|
||||
- hosts: frames
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Refresh package list
|
||||
|
|
Loading…
Reference in a new issue