main.yaml 305 B

1234567891011121314151617
  1. ---
  2. # Utility packages that make things helpful
  3. - name: Install useful rpm packages
  4. action: "{{ ansible_pkg_mgr }} name={{ item }} state=present"
  5. with_items:
  6. - wget
  7. - git
  8. - net-tools
  9. - bind-utils
  10. - iptables-services
  11. - bridge-utils
  12. - bash-completion
  13. - atop
  14. - htop
  15. - ack
  16. - telnet