First check.

This commit is contained in:
2021-11-16 12:06:52 +01:00
commit 37eb636867
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

10
host.yaml Normal file
View File

@@ -0,0 +1,10 @@
---
# This playbook checks for os version
- name: Check OS version
hosts: all
become: false
gather_facts: true
tasks:
- name: Check uname
shell: uname -a