add some stuff to the data-analysis box
This commit is contained in:
parent
cb951141c5
commit
550af56747
2 changed files with 13 additions and 3 deletions
|
@ -22,6 +22,7 @@
|
||||||
- sudo
|
- sudo
|
||||||
- epylog
|
- epylog
|
||||||
- openvpn/client
|
- openvpn/client
|
||||||
|
- awstats
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
- nagios/client
|
- nagios/client
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- sudo
|
- sudo
|
||||||
|
- awstats
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/2fa_client.yml"
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
|
@ -53,14 +54,22 @@
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- mod_ssl
|
|
||||||
- awstats
|
|
||||||
- rsync
|
|
||||||
- httpd-tools
|
- httpd-tools
|
||||||
|
- mod_ssl
|
||||||
|
- rsync
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
- emacs-nox
|
- emacs-nox
|
||||||
- emacs-git
|
- emacs-git
|
||||||
- git
|
- git
|
||||||
- bc
|
- bc
|
||||||
- python-geoip-geolite2
|
- python-geoip-geolite2
|
||||||
|
- php-pdo
|
||||||
|
- php-gd
|
||||||
|
- php-xml
|
||||||
|
- php-mysql
|
||||||
|
- php-mbstring
|
||||||
|
- php
|
||||||
|
- mariadb
|
||||||
|
- mariadb-server
|
||||||
|
- php-pecl-geoip
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue