summaryrefslogtreecommitdiffstats
path: root/roles/os_utils/tasks/main.yaml
blob: 346f6566f36574ed9fc7468b0eb0c46548d570f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# Utility packages that make things helpful

- name: Install useful rpm packages
  action: "{{ ansible_pkg_mgr }} name={{ item }} state=present"
  with_items:
  - wget
  - git
  - net-tools
  - bind-utils
  - iptables-services
  - bridge-utils
  - bash-completion
  - atop
  - htop
  - ack
  - telnet