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
|
||||
- ca-certificates
|
||||
- cracklib-runtime
|
||||
- curl
|
||||
- curl
|
||||
- exa
|
||||
- git
|
||||
- gnupg
|
||||
- grc
|
||||
- micro
|
||||
- net-tools
|
||||
- vim
|
||||
- wget
|
||||
|
@ -154,9 +156,11 @@
|
|||
- cracklib
|
||||
- curl
|
||||
- dnf-plugins-core
|
||||
- exa
|
||||
- git
|
||||
- grc
|
||||
- httpd-tools
|
||||
- micro
|
||||
- net-tools
|
||||
- vim
|
||||
- wget
|
||||
|
@ -191,8 +195,10 @@
|
|||
- ca-certificates
|
||||
- cracklib
|
||||
- curl
|
||||
- exa
|
||||
- git
|
||||
- grc
|
||||
- micro
|
||||
- vim
|
||||
- wget
|
||||
state: latest
|
||||
|
@ -611,8 +617,13 @@
|
|||
blockinfile:
|
||||
path: ~/.bashrc
|
||||
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 mi='micro'
|
||||
alias sudo='sudo '
|
||||
alias ls='exa'
|
||||
alias ll='exa -hlg'
|
||||
alias la='exa -hlag'
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
||||
insertafter: EOF
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue