Skip to content

Commit

Permalink
Removing ANSIBLE_ENABLE_TASK_DEBUGGER
Browse files Browse the repository at this point in the history
ref: ansible/ansible-runner#1327

Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 committed Nov 21, 2023
1 parent 1f7130b commit 25da3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions validated_arch_1/stage5/openstackdataplanenodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# members:
# - type: interface
# name: enp7s0 <---- change
# - Change "spec.nodeTemplate.ansible.ansibleVars.edpm_sshd_allowed_ranges[0]" to
# - Change "spec.nodeTemplate.ansible.ansibleVars.edpm_sshd_allowed_ranges[0]" to
# match the CIDR of your control plane network, if necessary
# - Change "edpm_bootstrap_command" to include subscription-manager and podman login
# commands to register the EDPM nodes as in https://access.redhat.com/solutions/253273
# - Change the "spec.nodes[].ansible.ansibleHost" and "spec.nodes[].networks[0].fixedIP" values
# - Change the "spec.nodes[].ansible.ansibleHost" and "spec.nodes[].networks[0].fixedIP" values
# to match the control plane IPs of your nodes, if necessary
#

Expand All @@ -26,8 +26,6 @@ spec:
value: profile_tasks
- name: ANSIBLE_FORCE_COLOR
value: "True"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
networkAttachments:
- ctlplane
nodeTemplate:
Expand Down
2 changes: 0 additions & 2 deletions validated_arch_1/stage6/openstackdataplanenodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ spec:
value: profile_tasks
- name: ANSIBLE_FORCE_COLOR
value: "True"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
networkAttachments:
- ctlplane
nodeTemplate:
Expand Down

0 comments on commit 25da3c2

Please sign in to comment.