Skip to content

Commit

Permalink
Fix a bug in control nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 18, 2022
1 parent fddd99c commit 6674b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/bootstrap/node/ansible/tasks/load_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ansible_ssh_host: "{{ node[1] }}"
ansible_ssh_port: "{{ node[2] }}"
ansible_user: root
bin_dir: /usr/local/bin
ip: "{{ node[1] }}"
access_ip: "{{ node[1] }}"
name: "{{ node[0] }}.control.box.netai-cloud"
Expand Down

0 comments on commit 6674b5b

Please sign in to comment.