Skip to content

Commit

Permalink
Add edpm_sshd_allowed_ranges variable
Browse files Browse the repository at this point in the history
This change adds the variable edpm_sshd_allowed_ranges to the kustomize
file. This will allow us to remove unnecessary defaults used only for CI
and development from our samples.

Signed-off-by: Brendan Shephard <[email protected]>
  • Loading branch information
bshephar authored and openshift-merge-bot[bot] committed Dec 15, 2023
1 parent 1c78a48 commit 937612a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci_framework/hooks/playbooks/fetch_compute_facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@
value: repo-setup
{% endif %}
- op: add
path: /spec/nodeTemplate/ansible/ansibleVars/edpm_sshd_allowed_ranges
value: ["0.0.0.0/0"]
- name: Ensure we know about the private host keys
ansible.builtin.shell:
Expand Down

0 comments on commit 937612a

Please sign in to comment.