1505
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
task_name: "journal_add"
|
task_name: "journal_add"
|
||||||
task_result: "{{ fail_summary_short }}"
|
task_result: "{{ fail_summary_short }}"
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish failure journal to control queue (hostname preflight)
|
- name: Bandaid | Pause before Publish failure journal to control queue (hostname preflight)
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -122,7 +122,7 @@
|
|||||||
task_name: "tag_add"
|
task_name: "tag_add"
|
||||||
task_result: "update-aborted"
|
task_result: "update-aborted"
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish update-aborted tag to control queue (hostname preflight)
|
- name: Bandaid | Pause before Publish update-aborted tag to control queue (hostname preflight)
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
task_name: "tag_add"
|
task_name: "tag_add"
|
||||||
task_result: "update-in-progress"
|
task_result: "update-in-progress"
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish update-in-progress tag to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish update-in-progress tag to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -347,7 +347,7 @@
|
|||||||
task_result: "Multiple SSID! {{ ssid_concat.stdout | trim }}"
|
task_result: "Multiple SSID! {{ ssid_concat.stdout | trim }}"
|
||||||
when: (ssid_lines.stdout | trim | int) >= 3
|
when: (ssid_lines.stdout | trim | int) >= 3
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish SSID journal to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish SSID journal to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -504,7 +504,7 @@
|
|||||||
task_add1: "{{ fw_banner_repr }}" # e.g., "2.2.0 rev 9739"
|
task_add1: "{{ fw_banner_repr }}" # e.g., "2.2.0 rev 9739"
|
||||||
when: up_write is changed
|
when: up_write is changed
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish message to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish message to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -602,7 +602,7 @@
|
|||||||
- rebootin is not defined
|
- rebootin is not defined
|
||||||
|
|
||||||
# --- Publish chosen tag (updated names only) ---
|
# --- Publish chosen tag (updated names only) ---
|
||||||
- name: Bandaid | Pause before: Publish update-waits-restart tag to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish update-waits-restart tag to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -633,7 +633,7 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
when: tag_waits_restart_payload is defined
|
when: tag_waits_restart_payload is defined
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish update-auto-restarted tag to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish update-auto-restarted tag to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -664,7 +664,7 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
when: tag_auto_restarted_payload is defined
|
when: tag_auto_restarted_payload is defined
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish update-restart-scheduled tag to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish update-restart-scheduled tag to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -712,7 +712,7 @@
|
|||||||
}}
|
}}
|
||||||
when: nbq2_payload_obj is defined
|
when: nbq2_payload_obj is defined
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish success journal to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish success journal to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -811,7 +811,7 @@
|
|||||||
- "reboot_seconds(host)={{ hostvars[inventory_hostname].reboot_seconds | default('undefined') }}"
|
- "reboot_seconds(host)={{ hostvars[inventory_hostname].reboot_seconds | default('undefined') }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish delayed after-upgrade check to holding exchange
|
- name: Bandaid | Pause before Publish delayed after-upgrade check to holding exchange
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -943,7 +943,7 @@
|
|||||||
task_name: "journal_add"
|
task_name: "journal_add"
|
||||||
task_result: "{{ fail_summary_short }}"
|
task_result: "{{ fail_summary_short }}"
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish failure journal to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish failure journal to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -980,7 +980,7 @@
|
|||||||
task_name: "tag_add"
|
task_name: "tag_add"
|
||||||
task_result: "update-aborted"
|
task_result: "update-aborted"
|
||||||
|
|
||||||
- name: Bandaid | Pause before: Publish update-aborted tag to control queue via RabbitMQ HTTP API
|
- name: Bandaid | Pause before Publish update-aborted tag to control queue via RabbitMQ HTTP API
|
||||||
ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
seconds: 1
|
seconds: 1
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user