openvpn: move ocp_nodes var up to playbook var
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3fb1742d93
commit
eb5aac39f4
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,8 @@
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
vars:
|
vars:
|
||||||
app: openvpn
|
app: openvpn
|
||||||
|
ocp_nodes:
|
||||||
|
- worker06.ocp.iad2.fedoraproject.org
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: openshift/project
|
- role: openshift/project
|
||||||
|
@ -45,8 +47,6 @@
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
template: secrets.yml
|
template: secrets.yml
|
||||||
objectname: secrets.yml
|
objectname: secrets.yml
|
||||||
ocp_nodes:
|
|
||||||
- worker06.ocp.iad2.fedoraproject.org
|
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
template: configmap.yml
|
template: configmap.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue