This commit is contained in:
aynic.os
2021-06-16 12:19:52 +01:00
parent f0c10a3082
commit ce449b3966
80 changed files with 828 additions and 448 deletions
-10
View File
@@ -1,10 +0,0 @@
file:
/etc/bashrc:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains:
- "source /etc/profile.d/bashrc.sh"
@@ -1,12 +0,0 @@
file:
/etc/profile.d/bashrc.sh:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains:
- /^function git_branch/
- /^function process_count/
- /^function load_average/
@@ -1,13 +0,0 @@
file:
/etc/bash.bashrc:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains:
- "source /etc/profile.d/bashrc.sh"
gossfile:
bash_common.yml: {}
+14
View File
@@ -0,0 +1,14 @@
file:
/etc/profile.d/rc.sh:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
/etc/profile.d/rc_functions.sh:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
+2 -3
View File
@@ -1,5 +1,4 @@
gossfile:
file.yml: {}
package.yml: {}
bash.yml: {}
root.yml: {}
# ssh.yml: {}
ssh.yml: {}
@@ -0,0 +1,4 @@
gossfile:
file.yml: {}
package_alpine.yml: {}
ssh.yml: {}
@@ -1,5 +1,4 @@
gossfile:
file.yml: {}
package_debian.yml: {}
bash_debian.yml: {}
root.yml: {}
# ssh.yml: {}
ssh.yml: {}
@@ -1,5 +1,4 @@
gossfile:
file.yml: {}
package_redhat.yml: {}
bash.yml: {}
root.yml: {}
# ssh.yml: {}
ssh.yml: {}
+23 -3
View File
@@ -1,5 +1,25 @@
gossfile:
package_common.yml: {}
package:
vim:
bash:
installed: true
ca-certificates:
installed: true
curl:
installed: true
git:
installed: true
htop:
installed: true
less:
installed: true
lsof:
installed: true
make:
installed: true
rsync:
installed: true
screen:
installed: true
tmux:
installed: true
tzdata:
installed: true
@@ -1,11 +1,13 @@
gossfile:
package.yml: {}
package:
bash:
coreutils:
installed: true
ca-certificates:
groff:
installed: true
screen:
openssh-client:
installed: true
rsync:
util-linux:
installed: true
tzdata:
vim:
installed: true
@@ -1,5 +1,13 @@
gossfile:
package_common.yml: {}
package.yml: {}
package:
coreutils:
installed: true
groff:
installed: true
openssh-client:
installed: true
util-linux:
installed: true
vim-nox:
installed: true
@@ -1,5 +1,11 @@
gossfile:
package_common.yml: {}
package.yml: {}
package:
groff-base:
installed: true
libselinux-python:
installed: true
openssh-clients:
installed: true
vim-minimal:
installed: true
-9
View File
@@ -1,9 +0,0 @@
file:
/root/.screenrc:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains:
- /^hardstatus alwayslastline/
-8
View File
@@ -7,11 +7,3 @@ file:
filetype: file
contains:
- /^PermitRootLogin prohibit-password/
/root/.ssh/authorized_keys:
exists: true
mode: "0600"
owner: root
group: root
filetype: file
contains:
- "Jpb0EeFEebgvi7Kpp6gpIXKFEeuuE"