From bc120074306ba405d907f7648a1e807214ba83f7 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 4 Aug 2020 06:21:37 +0000 Subject: [PATCH] Further ansible setup --- ansible/deploy-controller.sh | 2 +- ansible/playbook-deploy-controller.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ansible/playbook-deploy-controller.yml diff --git a/ansible/deploy-controller.sh b/ansible/deploy-controller.sh index 38c1078..f28ea41 100644 --- a/ansible/deploy-controller.sh +++ b/ansible/deploy-controller.sh @@ -3,4 +3,4 @@ # https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-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 diff --git a/ansible/playbook-deploy-controller.yml b/ansible/playbook-deploy-controller.yml new file mode 100644 index 0000000..0a7ef42 --- /dev/null +++ b/ansible/playbook-deploy-controller.yml @@ -0,0 +1,4 @@ +--- +- hosts: controller + roles: + - githubixx.ansible_role_wireguard