add basic ansible playbook for alpine setup
This commit is contained in:
parent
8caf2e826e
commit
79c8123c6f
7 changed files with 150 additions and 0 deletions
15
files/alpine/motd.j2
Normal file
15
files/alpine/motd.j2
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
This system is managed by Ansible.
|
||||
_ _ _ _ _
|
||||
/ \ | |_ __ (_)_ __ ___ | | (_)_ __ _ ___ __
|
||||
/ _ \ | | '_ \| | '_ \ / _ \ | | | | '_ \| | | \ \/ /
|
||||
/ ___ \| | |_) | | | | | __/ | |___| | | | | |_| |> <
|
||||
/_/ \_\_| .__/|_|_| |_|\___| |_____|_|_| |_|\__,_/_/\_\
|
||||
|_|
|
||||
|
||||
OS : {{ ansible_distribution }} {{ ansible_distribution_version }}
|
||||
Hostname : {{ ansible_hostname }}
|
||||
IP address : {{ ansible_eth0.ipv4.address }}
|
||||
System type : {{ ansible_system }}
|
||||
Kernel : {{ ansible_kernel }}
|
||||
|
||||
4
files/alpine/repositories.j2
Normal file
4
files/alpine/repositories.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
https://dl-cdn.alpinelinux.org/alpine/{{ alpine_version }}/main
|
||||
https://dl-cdn.alpinelinux.org/alpine/{{ alpine_version }}/community
|
||||
http://elmirror.cl/alpine/{{ alpine_version }}/main
|
||||
http://elmirror.cl/alpine/{{ alpine_version }}/community
|
||||
Loading…
Add table
Add a link
Reference in a new issue