Skip to content

Commit

Permalink
vbond values required
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka committed Apr 11, 2024
1 parent 7748aba commit 5bfe3b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/template_cloudinit/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ admin_username: admin
admin_password: Cisco#123@Viptela
vbond_port: 12346
default_vbond_ip: 192.168.1.199 # default ips from official Cisco guides
# vpn0_interface_color: default

vbond_transport_private_ip: null
vbond_transport_public_ip: null

###############################
# Controllers #
Expand Down
3 changes: 1 addition & 2 deletions roles/template_cloudinit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
when:
- cloud_provider not in ['aws', 'azure']

- name: "Assert all required variables for AWS cloudinit generation"
- name: "Assert all required variables for cloudinit generation"
ansible.builtin.include_role:
name: common
tasks_from: required_variables
Expand Down Expand Up @@ -86,7 +86,6 @@
vpn0_default_gateway: "{{ instance_item.vpn0_default_gateway }}"
template_path: "./userdata_vsmart.j2"
generated_cloudinit_path: "{{ cloudinit_path | default('') }}"

loop: "{{ vsmart_instances }}"
loop_control:
loop_var: instance_item
Expand Down

0 comments on commit 5bfe3b0

Please sign in to comment.