7 lines
253 B
Bash
Executable file
7 lines
253 B
Bash
Executable file
#!/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
|