Further ansible setup
This commit is contained in:
parent
e527d3fd8a
commit
bc12007430
|
@ -3,4 +3,4 @@
|
||||||
# https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-wireguard/
|
# https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-wireguard/
|
||||||
# https://github.com/githubixx/ansible-role-wireguard
|
# https://github.com/githubixx/ansible-role-wireguard
|
||||||
|
|
||||||
TAGS_SKIP=wg_install ansible -i inventory-wireguard -m include_role -a name=githubixx.ansible_role_wireguard wg --limit controller --check
|
ansible-playbook -i inventory-wireguard --skip-tags wg-install ./playbook-deploy-controller.yml
|
||||||
|
|
4
ansible/playbook-deploy-controller.yml
Normal file
4
ansible/playbook-deploy-controller.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
- hosts: controller
|
||||||
|
roles:
|
||||||
|
- githubixx.ansible_role_wireguard
|
Loading…
Reference in a new issue