feat: add basic setup playbook
This commit is contained in:
parent
a25d5884ce
commit
5ca07cf48d
4 changed files with 71 additions and 49 deletions
|
|
@ -1,15 +1,24 @@
|
|||
|
||||
This system is managed by Ansible.
|
||||
_ _ _ _ _
|
||||
/ \ | |_ __ (_)_ __ ___ | | (_)_ __ _ ___ __
|
||||
/ _ \ | | '_ \| | '_ \ / _ \ | | | | '_ \| | | \ \/ /
|
||||
/ ___ \| | |_) | | | | | __/ | |___| | | | | |_| |> <
|
||||
/_/ \_\_| .__/|_|_| |_|\___| |_____|_|_| |_|\__,_/_/\_\
|
||||
|_|
|
||||
/$$$$$$ /$$ /$$
|
||||
/$$__ $$| $$ | $$
|
||||
| $$ \ $$| $$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$$
|
||||
| $$$$$$$$| $$ /$$__ $$ /$$_____/ /$$__ $$ /$$__ $$ /$$__ $$ /$$_____/
|
||||
| $$__ $$| $$| $$$$$$$$| $$ | $$ \ $$| $$ | $$| $$$$$$$$| $$$$$$
|
||||
| $$ | $$| $$| $$_____/| $$ | $$ | $$| $$ | $$| $$_____/ \____ $$
|
||||
| $$ | $$| $$| $$$$$$$| $$$$$$$| $$$$$$/| $$$$$$$| $$$$$$$ /$$$$$$$/
|
||||
|__/ |__/|__/ \_______/ \_______/ \______/ \_______/ \_______/|_______/
|
||||
|
||||
/$$ /$$ /$$ /$$
|
||||
| $$ | $$ | $$ | $$
|
||||
| $$ | $$ /$$$$$$ /$$$$$$/$$$$ /$$$$$$ | $$ /$$$$$$ | $$$$$$$
|
||||
| $$$$$$$$ /$$__ $$| $$_ $$_ $$ /$$__ $$| $$ |____ $$| $$__ $$
|
||||
| $$__ $$| $$ \ $$| $$ \ $$ \ $$| $$$$$$$$| $$ /$$$$$$$| $$ \ $$
|
||||
| $$ | $$| $$ | $$| $$ | $$ | $$| $$_____/| $$ /$$__ $$| $$ | $$
|
||||
| $$ | $$| $$$$$$/| $$ | $$ | $$| $$$$$$$| $$| $$$$$$$| $$$$$$$/
|
||||
|__/ |__/ \______/ |__/ |__/ |__/ \_______/|__/ \_______/|_______/
|
||||
|
||||
System type : {{ ansible_system }}
|
||||
OS : {{ ansible_distribution }} {{ ansible_distribution_version }}
|
||||
Hostname : {{ ansible_hostname }}
|
||||
IP address : {{ ansible_eth0.ipv4.address }}
|
||||
System type : {{ ansible_system }}
|
||||
Kernel : {{ ansible_kernel }}
|
||||
FQDM : {{ ansible_hostname + ansible_domain}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue