blob: c2c49326087bdf8c3783e8ffe5fd96d6452e78ba [file] [log] [blame]
Andrey Shestakov1794a242017-05-12 13:48:18 +03001#include:
2# - service.ironic.conductor.single
3applications:
4 - apache
5parameters:
6 apache:
7 server:
8 enabled: true
9 bind:
10 address: '0.0.0.0'
11 ports:
12 - 80
13 site:
14 ironic:
15 name: 'ironic'
16 enabled: true
17 type: 'static'
18 root: '/var/www/httproot'
19 host:
20 name: ${linux:system:name}.${linux:system:domain}