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