import files
This commit is contained in:
@@ -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: {}
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,9 @@
|
||||
file:
|
||||
/root/.screenrc:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: root
|
||||
filetype: file
|
||||
contains:
|
||||
- /^hardstatus alwayslastline/
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user