mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-01 07:39:32 +00:00
Add Issue and MOTD to Installer tasks
This commit is contained in:
17
files/issue
Normal file
17
files/issue
Normal file
@@ -0,0 +1,17 @@
|
||||
.-') _ ('-. .-')
|
||||
( OO) ) ( OO ).-. ( OO ).
|
||||
/ '._ ,--. / . --. /(_)---\_)
|
||||
|'--...__) .-')| ,| | \-. \ / _ |
|
||||
'--. .--'( OO |(_|.-'-' | |\ :` `.
|
||||
| | | `-'| | \| |_.' | '..`''.)
|
||||
| | ,--. | | | .-. |.-._) \
|
||||
| | | '-' / | | | |\ /
|
||||
`--' `-----' `--' `--' `-----'
|
||||
|
||||
PVJJK 1.VOS NIINISALO
|
||||
TIETOJÄRJESTELMÄASENTAJIEN INTRA
|
||||
olympus.juva.tjas
|
||||
|
||||
Made by
|
||||
Jääkäri Warén
|
||||
https://christerwaren.fi
|
20
files/motd
Normal file
20
files/motd
Normal file
@@ -0,0 +1,20 @@
|
||||
_____ _ _ _ _
|
||||
|_ _|_ _ _ __ __ _ ___ | |_ _| (_) ___| |_
|
||||
| |/ _` | '_ \ / _` |/ _ \ _ | | | | | | |/ _ \ __|
|
||||
| | (_| | | | | (_| | (_) | | |_| | |_| | | | __/ |_
|
||||
|_|\__,_|_| |_|\__, |\___/ \___/ \__,_|_|_|\___|\__|
|
||||
_ _ |___/ ____ _
|
||||
/ \ | |_ __ | |__ __ _ / ___|(_) ___ _ __ _ __ __ _
|
||||
/ _ \ | | '_ \| '_ \ / _` | \___ \| |/ _ \ '__| '__/ _` |
|
||||
/ ___ \| | |_) | | | | (_| | ___) | | __/ | | | | (_| |
|
||||
/_/ \_\_| .__/|_| |_|\__,_| |____/|_|\___|_| |_| \__,_|
|
||||
|_|
|
||||
|
||||
PVJJK 1.VOS NIINISALO
|
||||
TIETOJÄRJESTELMÄASENTAJIEN INTRA
|
||||
olympus.juva.tjas
|
||||
|
||||
Palvelimen hallinta on automatisoitu. Manuaaliset muutokset saatetaan
|
||||
ylikirjoittaa automatisoidusti.
|
||||
|
||||
https://github.com/cwchristerw/tjas-intra
|
@@ -56,6 +56,28 @@
|
||||
label: "{{ package }}"
|
||||
loop_var: "package"
|
||||
|
||||
- name: "Installer : Issue : Configure - Copy File"
|
||||
ansible.builtin.template:
|
||||
src: './files/issue'
|
||||
dest: '/etc/{{ file }}'
|
||||
vars:
|
||||
files:
|
||||
- "issue"
|
||||
- "issue.net"
|
||||
loop: "{{ files }}"
|
||||
loop_control:
|
||||
label: "{{ file }}"
|
||||
loop_var: "file"
|
||||
tags:
|
||||
- issue
|
||||
|
||||
- name: "Installer : Motd : Configure - Copy File"
|
||||
ansible.builtin.template:
|
||||
src: './files/motd'
|
||||
dest: '/etc/motd'
|
||||
tags:
|
||||
- motd
|
||||
|
||||
- name: "Installer : Networking : Configure - Copy Configuration"
|
||||
ansible.builtin.template:
|
||||
src: './files/networking/interfaces'
|
||||
|
Reference in New Issue
Block a user