From 6f86f71e08a4b1e442a9e33b317c0c37451eed80 Mon Sep 17 00:00:00 2001 From: Matt Woodson Date: Fri, 26 Feb 2016 09:55:07 -0500 Subject: added os_utils, os_reboot_server role; removed containerization stuff from the updated --- roles/os_utils/tasks/main.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/os_utils/tasks/main.yaml (limited to 'roles/os_utils') diff --git a/roles/os_utils/tasks/main.yaml b/roles/os_utils/tasks/main.yaml new file mode 100644 index 000000000..346f6566f --- /dev/null +++ b/roles/os_utils/tasks/main.yaml @@ -0,0 +1,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 -- cgit v1.2.3