Skip to content

Commit

Permalink
fix: update hard coded app
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Jun 14, 2024
1 parent fd09b82 commit 1e61943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/cte-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
new_cluster_id: ''
clusterID: ''
cm_connection_string:
server_ip: 18.143.78.6
server_ip: 3.27.244.199 ## HARDCODED
server_port: 443
user: "{{ lookup('ansible.builtin.env', 'ANSIBLE_NET_USERNAME')| default('nobody', True) }}"
password: "{{ lookup('ansible.builtin.env', 'ANSIBLE_NET_PASSWORD')| default('nobody', True) }}"
Expand Down

0 comments on commit 1e61943

Please sign in to comment.