import files

This commit is contained in:
Yann Autissier
2021-02-09 17:05:00 +01:00
parent f5c4576411
commit 44a6d37ba5
425 changed files with 23195 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
file:
/etc/bashrc:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains:
- "source /etc/profile.d/bashrc.sh"
@@ -0,0 +1,12 @@
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/
@@ -0,0 +1,13 @@
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: {}
+5
View File
@@ -0,0 +1,5 @@
gossfile:
package.yml: {}
bash.yml: {}
root.yml: {}
# ssh.yml: {}
@@ -0,0 +1,5 @@
gossfile:
package_debian.yml: {}
bash_debian.yml: {}
root.yml: {}
# ssh.yml: {}
@@ -0,0 +1,5 @@
gossfile:
package_redhat.yml: {}
bash.yml: {}
root.yml: {}
# ssh.yml: {}
@@ -0,0 +1,5 @@
gossfile:
package_common.yml: {}
package:
vim:
installed: true
@@ -0,0 +1,11 @@
package:
bash:
installed: true
ca-certificates:
installed: true
screen:
installed: true
rsync:
installed: true
tzdata:
installed: true
@@ -0,0 +1,5 @@
gossfile:
package_common.yml: {}
package:
vim-nox:
installed: true
@@ -0,0 +1,5 @@
gossfile:
package_common.yml: {}
package:
vim-minimal:
installed: true
+9
View File
@@ -0,0 +1,9 @@
file:
/root/.screenrc:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains:
- /^hardstatus alwayslastline/
+17
View File
@@ -0,0 +1,17 @@
file:
/etc/ssh/sshd_config:
exists: true
mode: "0644"
owner: root
group: root
filetype: file
contains:
- /^PermitRootLogin prohibit-password/
/root/.ssh/authorized_keys:
exists: true
mode: "0600"
owner: root
group: root
filetype: file
contains:
- "Jpb0EeFEebgvi7Kpp6gpIXKFEeuuE"