run #7
This commit is contained in:
parent
5d0e7a9586
commit
c0f5e78b3a
8
files/os/gmetech
Normal file
8
files/os/gmetech
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
____ __ __ _____ _____ _
|
||||||
|
/ ___| \\/ | ____|_ _|__ ___| |__
|
||||||
|
| | _| |\\/| | _| | |/ _ \\/ __| '_ \\
|
||||||
|
| |_| | | | | |___ | | __/ (__| | | |
|
||||||
|
\\____|_| |_|_____| |_|\\___|\\___|_| |_|
|
||||||
|
|
||||||
|
Rocky release 9
|
||||||
|
Kernel \r on an \m
|
||||||
5
files/os/gmetech.net
Normal file
5
files/os/gmetech.net
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
____ __ __ _____ _____ _
|
||||||
|
/ ___| \/ | ____|_ _|__ ___| |__
|
||||||
|
| | _| |\/| | _| | |/ _ \/ __| '_ \
|
||||||
|
| |_| | | | | |___ | | __/ (__| | | |
|
||||||
|
\____|_| |_|_____| |_|\___|\___|_| |_|
|
||||||
4
files/os/vimrc
Normal file
4
files/os/vimrc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
syntax on
|
||||||
|
set tabstop=4
|
||||||
|
set bg=dark
|
||||||
|
set paste
|
||||||
26
misc.yml
26
misc.yml
@ -44,3 +44,29 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
path: /root/.bashrc
|
path: /root/.bashrc
|
||||||
line: export PATH=~/.local/bin:$PATH
|
line: export PATH=~/.local/bin:$PATH
|
||||||
|
|
||||||
|
- name: vimrc
|
||||||
|
copy:
|
||||||
|
src: os/vimrc
|
||||||
|
dest: /root/.vimrc
|
||||||
|
|
||||||
|
- name: issue (gmetech)
|
||||||
|
copy:
|
||||||
|
src: os/gmetech
|
||||||
|
dest: /etc/issue
|
||||||
|
|
||||||
|
- name: issue.net (gmetech)
|
||||||
|
copy:
|
||||||
|
src: os/gmetech.net
|
||||||
|
dest: /etc/issue.net
|
||||||
|
|
||||||
|
- name: config sshd for banner
|
||||||
|
lineinfile:
|
||||||
|
dest: /etc/ssh/sshd_config
|
||||||
|
insertafter: EOF
|
||||||
|
line: 'Banner /etc/issue.net'
|
||||||
|
|
||||||
|
- name: put SELinux in permissive mode
|
||||||
|
selinux:
|
||||||
|
policy: targeted
|
||||||
|
state: permissive
|
||||||
Loading…
x
Reference in New Issue
Block a user