Add draft ansible playbooks for RD

This commit is contained in:
2024-12-28 20:01:08 +03:00
parent fdd09e4774
commit 8dbf6cbfd9
18 changed files with 130 additions and 15 deletions

View File

@ -0,0 +1,12 @@
---
#- name: ping
# ping:
- name: OS configure
block:
- name: ping
debug:
msg: "{{ ansible_default_ipv4.broadcast.split('.')[1] }}"
when: (ansible_os_family == "Debian" and ansible_distribution_major_version == "12") and ansible_default_ipv4.broadcast.split('.')[1] != "11"