diff --git a/playbooks/openresty.yml b/playbooks/openresty.yml new file mode 100644 index 0000000..f6164a2 --- /dev/null +++ b/playbooks/openresty.yml @@ -0,0 +1,15 @@ +- hosts: all + become: true + vars: + # Use the inventory hostname for delegation so Ansible + # applies the correct connection variables + ops_host: "k8s-1" + masters: + - "k8s-1" + nodes: + - "k8s-2" + - "k8s-3" + roles: + - roles/vhosts/common/ + - roles/vhosts/ssh-trust/ + - roles/vhosts/OpenResty/