Merge pull request #50 from svc-design/codex/create-entry-playbook-for-openresty-role
Add entry playbook for OpenResty
This commit is contained in:
commit
384bb07d5d
15
playbooks/openresty.yml
Normal file
15
playbooks/openresty.yml
Normal file
@ -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/
|
||||
Loading…
Reference in New Issue
Block a user