- name: donate
run_list:
- recipe[donate::default]
+ - name: elasticsearch
+ run_list:
+ - recipe[elasticsearch::default]
- name: exim
run_list:
- recipe[exim::default]
- name: geoipupdate
run_list:
- recipe[geoipupdate::default]
+ - name: git
+ run_list:
+ - recipe[git::default]
+ - name: git-server
+ run_list:
+ - recipe[git::server]
+ - name: git-web
+ run_list:
+ - recipe[git::web]
- name: gps-tile
run_list:
- recipe[gps-tile::default]
- name: hardware
run_list:
- recipe[hardware::default]
+ - name: hot
+ run_list:
+ - recipe[hot::default]
- name: incron
run_list:
- recipe[incron::default]
+ - name: kibana
+ run_list:
+ - recipe[kibana::default]
- name: letsencrypt
run_list:
- recipe[letsencrypt::default]
apt:
sources:
- openstreetmap
+ - name: logstash
+ run_list:
+ - recipe[logstash::default]
+ - name: logstash-forwarder
+ run_list:
+ - recipe[logstash::forwarder]
+ attributes:
+ logstash:
+ forwarder:
+ filebeat.prospectors:
+ - input_type: log
+ paths:
+ - /var/log/apache2/access.log
+ type: apache
- name: mailman
run_list:
- recipe[mailman::default]