Initial commit

This commit is contained in:
Nathaniel Landau
2022-02-05 16:22:33 -05:00
parent 43e9f4fc59
commit 84958e0ef8
103 changed files with 10138 additions and 23 deletions

37
tasks/debug.yml Normal file
View File

@@ -0,0 +1,37 @@
---
# - name: architecture
# debug:
# var: ansible_facts['architecture']
# - name: distribution
# debug:
# var: ansible_facts['distribution']
# - name: distribution_file_variety
# debug:
# var: ansible_facts['distribution_file_variety']
# - name: service_mgr
# debug:
# var: ansible_facts['service_mgr']
# - name: os_family
# debug:
# var: ansible_facts['os_family']
# - debug:
# msg: "{{ ansible_os_family }}"
# - debug:
# msg: "pass: {{ ansible_become_pass }}"
# - debug:
# var: ansible_facts['nodename']
# - debug:
# var: ansible_facts['system_vendor']
# when:
# - ansible_facts['system_vendor'] is search("Synology")
- name: "end play"
ansible.builtin.meta: end_play