-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathforeman-installer-answers.yaml
More file actions
35 lines (35 loc) · 1004 Bytes
/
Copy pathforeman-installer-answers.yaml
File metadata and controls
35 lines (35 loc) · 1004 Bytes
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
# Format:
# <classname>: false - don't include this class
# <classname>: true - include and use the defaults
# <classname>:
# <param>: <value> - include and override the default(s)
#
# Every support plugin/compute class is listed, so that it
# shows up in the interactive menu
#
# See params.pp in each class for what options are available
---
foreman:
custom_repo: true
foreman_proxy:
custom_repo: true
puppet:
server: true
foreman::cli: true
foreman::plugin::bootdisk: true
foreman::plugin::chef: false
foreman::plugin::default_hostgroup: false
foreman::plugin::discovery: false
foreman::plugin::tasks: false
foreman::plugin::hooks: false
foreman::plugin::puppetdb: false
foreman::plugin::setup: true
foreman::plugin::templates: false
foreman::compute::ec2: false
foreman::compute::gce: false
foreman::compute::libvirt: false
foreman::compute::openstack: false
foreman::compute::ovirt: false
foreman::compute::rackspace: false
foreman::compute::vmware: false
foreman_proxy::plugin::pulp: false