Add kubernetes_web_svc_type variable to installer/inventory

awx-web-svc is now settable, e.g. ClusterIP or NodePort. Default
is NodePort
This commit is contained in:
Seth Foster
2020-07-29 14:18:10 -04:00
parent b009b01251
commit 07160d9719
3 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ kubernetes_base_path: "{{ local_base_config_path|default('/tmp') }}/{{ kubernete
kubernetes_awx_version: "{{ dockerhub_version }}"
kubernetes_awx_image: "ansible/awx"
kubernetes_web_svc_type: "NodePort"
awx_psp_create: false
awx_psp_name: 'awx'