mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
Remove nodeport customization
This isn't strictly necessary for the Openshift routes and can sometimes cause problems when the resource is already defined in openshift
This commit is contained in:
@@ -18,12 +18,6 @@
|
||||
- openshift_password is defined and openshift_password != ''
|
||||
msg: "Set the value of 'openshift_password' in the inventory file."
|
||||
|
||||
- name: awx_node_port should be defined
|
||||
assert:
|
||||
that:
|
||||
- awx_node_port is defined and awx_node_port != ''
|
||||
msg: "Set the value of 'awx_node_port' in the inventory file."
|
||||
|
||||
- name: docker_registry should be defined if not using dockerhub
|
||||
assert:
|
||||
that:
|
||||
|
||||
@@ -77,7 +77,6 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8052
|
||||
nodePort: {{ awx_node_port }}
|
||||
selector:
|
||||
name: awx-web-deploy
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user