Git ignore update
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora41) (push) Successful in 9s

This commit is contained in:
2025-08-05 22:51:25 -04:00
parent 10b6cfaffe
commit e582253c10
4 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
roles/verified_reboot
collections/ansible_collections

View File

@ -0,0 +1,7 @@
---
collections:
# Galaxy Collections
- name: community.general
- name: ansible.posix
...

13
debug.yml Normal file
View File

@ -0,0 +1,13 @@
---
- name: Debug
hosts: localhost
connection: local
gather_facts: false
vars:
verified_reboot_reboot_time: 1
tasks:
- name: Debug shit
ansible.builtin.debug:
msg: "{{ (verified_reboot_reboot_time ~ 'm') | community.general.to_seconds }}"

5
hosts Normal file
View File

@ -0,0 +1,5 @@
[lazy_reboot]
rear-client ansible_host=10.10.42.192
[lazy_reboot:vars]
ansible_user=root