2015-10-21 20:52:41 +00:00
|
|
|
# encoding: utf-8
|
|
|
|
# author: Christoph Hartmann
|
|
|
|
# author: Dominik Richter
|
|
|
|
#
|
|
|
|
# prepare all operating systems with the required configuration
|
2015-10-22 17:57:17 +00:00
|
|
|
|
2016-02-01 16:18:33 +00:00
|
|
|
|
|
|
|
# basic tests
|
2015-10-24 09:11:36 +00:00
|
|
|
include_recipe('os_prepare::file')
|
2015-12-31 00:10:39 +00:00
|
|
|
include_recipe('os_prepare::mount')
|
2016-02-01 16:18:33 +00:00
|
|
|
include_recipe('os_prepare::service')
|
2015-10-24 09:11:36 +00:00
|
|
|
include_recipe('os_prepare::package')
|
2015-11-17 21:12:19 +00:00
|
|
|
include_recipe('os_prepare::registry_key')
|
2016-02-09 16:10:23 +00:00
|
|
|
include_recipe('os_prepare::iptables')
|
2016-02-01 16:18:33 +00:00
|
|
|
|
|
|
|
# configure repos, eg. nginx
|
|
|
|
include_recipe('os_prepare::apt')
|
|
|
|
|
|
|
|
# application configuration
|
2015-12-08 11:32:23 +00:00
|
|
|
include_recipe('os_prepare::postgres')
|
2016-01-22 07:50:04 +00:00
|
|
|
include_recipe('os_prepare::auditctl')
|
2016-02-01 16:18:33 +00:00
|
|
|
include_recipe('os_prepare::apache')
|
|
|
|
|
|
|
|
# config file parsing
|
|
|
|
include_recipe('os_prepare::json_yaml_csv_ini')
|