Skip to content

Commit

Permalink
add nodeport_port to instantiate playbook (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu authored Feb 22, 2023
1 parent f328b0a commit b5f255c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/instantiate-awx-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
image_version: "{{ image_version | default(omit) }}"
development_mode: "{{ development_mode | default(omit) | bool }}"
image_pull_policy: "{{ image_pull_policy | default(omit) }}"
nodeport_port: "{{ nodeport_port | default(omit) }}"
# ee_images:
# - name: test-ee
# image: quay.io/<user>/awx-ee

0 comments on commit b5f255c

Please sign in to comment.