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

@ -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