diff options
Diffstat (limited to 'nms/ansible/site.yml')
-rw-r--r-- | nms/ansible/site.yml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/nms/ansible/site.yml b/nms/ansible/site.yml deleted file mode 100644 index e0f534a..0000000 --- a/nms/ansible/site.yml +++ /dev/null @@ -1,70 +0,0 @@ ---- -- hosts: all - roles: - - tgmanage - -- hosts: nms-front - roles: - - nmsfront - become: false - tasks: - # Some of these are probably redundant, but kept around because it works - # and they aren't too bad. - - name: Misc packages - apt: name={{ item }} state=present - with_items: - - wget - - vim - - man - - build-essential - - net-tools - - bash-completion - - git-core - - autoconf - - netcat - - libwww-perl - - libmicrohttpd-dev - - libcurl4-gnutls-dev - - libedit-dev - - libpcre3-dev - - libncurses5-dev - - python-demjson - - python-docutils - - libtool - - locales - - screen - - openssh-server - - libcapture-tiny-perl - - libcgi-pm-perl - - libcommon-sense-perl - - libdata-dumper-simple-perl - - libdbd-pg-perl - - libdbi-perl - - libdigest-perl - - libgd-perl - - libgeo-ip-perl - - libhtml-parser-perl - - libhtml-template-perl - - libimage-magick-perl - - libimage-magick-q16-perl - - libjson-perl - - libjson-xs-perl - - libnetaddr-ip-perl - - libnet-cidr-perl - - libnet-ip-perl - - libnet-openssh-perl - - libnet-oping-perl - - libnet-rawip-perl - - libnet-telnet-cisco-perl - - libnet-telnet-perl - - libsnmp-perl - - libsocket6-perl - - libsocket-perl - - libswitch-perl - - libtimedate-perl - - perl - - perl-base - - perl-modules - - varnish - - libfreezethaw-perl - - apache2 |