first commit

This commit is contained in:
ansible user
2025-10-22 14:11:49 +02:00
commit 110301f862
75 changed files with 20802 additions and 0 deletions

View 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