Update ansible installer

This commit is contained in:
Marco Ochse 2023-11-01 14:13:16 +01:00 committed by GitHub
parent 5ebeffe31c
commit 05bdfd3855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,9 +123,11 @@
- ca-certificates
- cracklib-runtime
- 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