7 lines
247 B
Bash
7 lines
247 B
Bash
|
#!/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 ./wireguard.yml
|