added noted, restart, ping and modified cfg to grab a non-tracked password file

This commit is contained in:
dan
2024-03-09 17:15:36 +00:00
parent 14a0095c3e
commit 216dff0cde
5 changed files with 44 additions and 0 deletions

19
restart.yml Normal file
View File

@@ -0,0 +1,19 @@
---
- hosts: localhost
connection: local
gather_facts: false
tasks:
- name: create temp group
add_host:
name: '192.168.86.10'
groups: restart
- hosts: restart
tasks:
- name: restart
become: true
reboot: