mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Update ansible installer
This commit is contained in:
parent
5ebeffe31c
commit
05bdfd3855
1 changed files with 13 additions and 2 deletions
|
@ -122,10 +122,12 @@
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- cracklib-runtime
|
- cracklib-runtime
|
||||||
- curl
|
- curl
|
||||||
|
- exa
|
||||||
- git
|
- git
|
||||||
- gnupg
|
- gnupg
|
||||||
- grc
|
- grc
|
||||||
|
- micro
|
||||||
- net-tools
|
- net-tools
|
||||||
- vim
|
- vim
|
||||||
- wget
|
- wget
|
||||||
|
@ -154,9 +156,11 @@
|
||||||
- cracklib
|
- cracklib
|
||||||
- curl
|
- curl
|
||||||
- dnf-plugins-core
|
- dnf-plugins-core
|
||||||
|
- exa
|
||||||
- git
|
- git
|
||||||
- grc
|
- grc
|
||||||
- httpd-tools
|
- httpd-tools
|
||||||
|
- micro
|
||||||
- net-tools
|
- net-tools
|
||||||
- vim
|
- vim
|
||||||
- wget
|
- wget
|
||||||
|
@ -191,8 +195,10 @@
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- cracklib
|
- cracklib
|
||||||
- curl
|
- curl
|
||||||
|
- exa
|
||||||
- git
|
- git
|
||||||
- grc
|
- grc
|
||||||
|
- micro
|
||||||
- vim
|
- vim
|
||||||
- wget
|
- wget
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -611,8 +617,13 @@
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: ~/.bashrc
|
path: ~/.bashrc
|
||||||
block: |
|
block: |
|
||||||
alias dps='grc --colour=on docker ps -f status=running -f status=exited --format "table {{'{{'}}.Names{{'}}'}}\t{{'{{'}}.Status{{'}}'}}\t{{'{{'}}.Ports{{'}}'}}" | sort'
|
alias dps='grc --colour=on docker ps -f status=running -f status=exited --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | sort'
|
||||||
alias dpsw='watch -c bash -ic dps'
|
alias dpsw='watch -c bash -ic dps'
|
||||||
|
alias mi='micro'
|
||||||
|
alias sudo='sudo '
|
||||||
|
alias ls='exa'
|
||||||
|
alias ll='exa -hlg'
|
||||||
|
alias la='exa -hlag'
|
||||||
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
||||||
insertafter: EOF
|
insertafter: EOF
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue