More content and playbooks

* more readme.md content
* imported basic roles
* commented said basic roles
* trimmed down playbooks to be understandable
* update requirements.txt deps
This commit is contained in:
Thomas Maurice 2023-01-11 11:06:32 +01:00
parent 23b521f4fb
commit 2a067a2fe4
Signed by: thomas
GPG key ID: 1A55753096B00112
22 changed files with 491 additions and 0 deletions

View file

@ -0,0 +1 @@
{{ inventory_hostname }}

View file

@ -0,0 +1,3 @@
127.0.0.1 localhost
{{ ansible_default_ipv4["address"] }} {{ inventory_hostname }}

View file

@ -0,0 +1,9 @@
This is {{ ansible_fqdn }}
System : {{ ansible_distribution }} {{ ansible_distribution_version }} ({{ ansible_distribution_release }})
Kernel : {{ ansible_kernel }} {{ ansible_kernel_version }}
CPU(s) : {{ ansible_processor_cores }}
RAM : {{ ansible_memory_mb.real.total }}Mb
Architecture : {{ ansible_architecture }}
Address : {{ ansible_default_ipv4.interface }} - {{ ansible_default_ipv4.address }}