feat: adding 2.2.3-r9800 1605
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
ansible.builtin.set_fact:
|
||||
enc_mac: "{{ eth0_macaddress | regex_replace(':', '%3A') }}"
|
||||
|
||||
- name: PATCH bandwidth-control in cloud (egress 40 / ingress 10)
|
||||
- name: PATCH bandwidth-control in cloud (egress 30 / ingress 10)
|
||||
when: enc_mac is defined and (version_match | bool) and nc_probe.rc == 0 and banner_probe.rc == 0
|
||||
delegate_to: localhost
|
||||
ansible.builtin.shell: |
|
||||
@@ -171,7 +171,7 @@
|
||||
--header "Content-Type: application/json" \
|
||||
--header "Accept: application/json" \
|
||||
--fail-with-body \
|
||||
--data '{"egress":{"isEnabled":true,"speedMbps":40},"ingress":{"isEnabled":true,"speedMbps":10}}'
|
||||
--data '{"egress":{"isEnabled":true,"speedMbps":30},"ingress":{"isEnabled":true,"speedMbps":10}}'
|
||||
register: cloud_patch
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user