base: Install curl to all hosts
This commit is contained in:
parent
5edbeef97a
commit
e10d84305a
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
state: installed
|
state: installed
|
||||||
with_items:
|
with_items:
|
||||||
- bash-- # lots of scripts rely on this
|
- bash-- # lots of scripts rely on this
|
||||||
|
- curl-- # curl
|
||||||
- rsync-- # rsync
|
- rsync-- # rsync
|
||||||
- vim--no_x11 # we need real vim
|
- vim--no_x11 # we need real vim
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- bind-utils # dig
|
- bind-utils # dig
|
||||||
- bzip2 # bzip
|
- bzip2 # bzip
|
||||||
|
- curl # curl
|
||||||
- iotop # monitor io usage
|
- iotop # monitor io usage
|
||||||
- mailx # send mail from cmd
|
- mailx # send mail from cmd
|
||||||
- nc # netcat
|
- nc # netcat
|
||||||
|
|
Loading…
Add table
Reference in a new issue