summaryrefslogtreecommitdiff
path: root/config/node/box.example.org.yaml
blob: 304d915fece50e7c916f6c476362188853a0cdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
#
# Nodo
#
nodo::role 'vagrant'

#
# Classes
#
classes:
  - 'database'
  - 'apache'

#
# MySQL
#
# The following password is public information and therefore
# shall not be user on production.
mysql::server::rootpw: '9pRfteNbSFFyrHhackme'

#
# Backup
#
nodo::subsystem::backup::localhost  : false
nodo::subsystem::backup::encryptkey : 'none'
nodo::subsystem::backup::password   : 'hacked'

#
# Apache
#
apache::default_folder : '/vagrant'
apache::default_user   : 'vagrant'
apache::default_group  : 'vagrant'

# Manage your app
apache::sites:
  myapp:
    docroot      : "/vagrant/"
    server_alias : 'myapp vagrant localhost'
    use          : [ "Site myapp" ]
    tag          : 'all'
    owner        : vagrant
    group        : vagrant
    mpm_user     : vagrant
    mpm_group    : vagrant
    password     : '$5$NZfZqcdyZ3Xt$.kfZejriEJP3fc6RU0gBGEzMPQ/c3XiowVImB6VDrtD'
    shell        : '/bin/bash'