first commit
This commit is contained in:
21
files/ansible-playbooks/full-upgrade-wifi14.yml
Normal file
21
files/ansible-playbooks/full-upgrade-wifi14.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
- import_playbook: update-rebootin.yml
|
||||
vars:
|
||||
rebootin: 0
|
||||
|
||||
- name:
|
||||
hosts: all # will match your limited hosts
|
||||
gather_facts: false
|
||||
tags: always
|
||||
tasks:
|
||||
- name: Wait 5 minutes
|
||||
ansible.builtin.wait_for:
|
||||
timeout: "{{ pause_minutes | default(300) }}"
|
||||
run_once: true
|
||||
delegate_to: localhost
|
||||
check_mode: no
|
||||
tags: always
|
||||
|
||||
- import_playbook: checkversioncli.yml
|
||||
- import_playbook: setntptime.yml
|
||||
- import_playbook: wifidebug14.yml
|
||||
- import_playbook: system-stop-system-start.yml
|
||||
Reference in New Issue
Block a user