Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ansible/roles/test/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
become: yes
when: add_tmp_portchannel_ip

- pause: seconds=30

- name: Remove {{ portchannel_members }} from {{ tmp_portchannel }}
shell: config portchannel member del {{ tmp_portchannel }} {{ item }}
become: yes
Expand All @@ -112,6 +114,8 @@
become: yes
when: create_tmp_portchannel

- pause: seconds=30

- name: Add {{ portchannel_ip }} to {{ portchannel }}
shell: config interface ip add {{ portchannel }} {{ portchannel_ip }}/31
become: yes
Expand Down