Advertisement
Guest User

foreman-installer-answers.yaml

a guest
Sep 13th, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. ---
  2. foreman:
  3. foreman_url: "https://jamespc.local"
  4. unattended: true
  5. authentication: true
  6. passenger: true
  7. passenger_ruby: "foreman::params::passenger_ruby"
  8. passenger_ruby_package: "foreman::params::passenger_ruby_package"
  9. use_vhost: true
  10. servername: jamespc.local
  11. ssl: true
  12. custom_repo: true
  13. repo: stable
  14. configure_epel_repo: false
  15. configure_scl_repo: false
  16. configure_brightbox_repo: false
  17. selinux: "foreman::params::selinux"
  18. gpgcheck: true
  19. version: present
  20. db_manage: true
  21. db_type: postgresql
  22. db_adapter:
  23. db_host:
  24. db_port:
  25. db_database:
  26. db_username: foreman
  27. db_password: uGVbcnPiGiQwVvJ47WdYyGw8sbfybxHf
  28. db_sslmode:
  29. db_pool: 5
  30. apipie_task: "apipie:cache:index"
  31. app_root: /usr/share/foreman
  32. manage_user: true
  33. user: foreman
  34. group: foreman
  35. user_groups:
  36. - puppet
  37. environment: production
  38. puppet_home: /var/lib/puppet
  39. locations_enabled: false
  40. organizations_enabled: false
  41. passenger_interface: "foreman::params::passenger_interface"
  42. server_ssl_ca: /var/lib/puppet/ssl/certs/ca.pem
  43. server_ssl_chain: /var/lib/puppet/ssl/certs/ca.pem
  44. server_ssl_cert: /var/lib/puppet/ssl/certs/jamespc.local.pem
  45. server_ssl_key: /var/lib/puppet/ssl/private_keys/jamespc.local.pem
  46. server_ssl_crl: /var/lib/puppet/ssl/ca/ca_crl.pem
  47. oauth_active: true
  48. oauth_map_users: false
  49. oauth_consumer_key: HxznBKWFZ6iH4ACsoza4kiHdie9V5ns8
  50. oauth_consumer_secret: arf3n2V86SsuV7ckWnaqu8Mn4DhVLeAR
  51. passenger_prestart: true
  52. passenger_min_instances: 1
  53. passenger_start_timeout: 600
  54. admin_username: admin
  55. admin_password: kXVKVfnzQmVzWmvp
  56. admin_first_name: "foreman::params::admin_first_name"
  57. admin_last_name: "foreman::params::admin_last_name"
  58. admin_email: "foreman::params::admin_email"
  59. initial_organization: "foreman::params::initial_organization"
  60. initial_location: "foreman::params::initial_location"
  61. ipa_authentication: false
  62. http_keytab: /etc/httpd/conf/http.keytab
  63. pam_service: foreman
  64. configure_ipa_repo: false
  65. ipa_manage_sssd: true
  66. websockets_encrypt: true
  67. websockets_ssl_key: /var/lib/puppet/ssl/private_keys/jamespc.local.pem
  68. websockets_ssl_cert: /var/lib/puppet/ssl/certs/jamespc.local.pem
  69. logging_level: info
  70. loggers: {}
  71. email_conf: email.yaml
  72. email_source: email.yaml.erb
  73. email_delivery_method: "foreman::params::email_delivery_method"
  74. email_smtp_address: "foreman::params::email_smtp_address"
  75. email_smtp_port: "25"
  76. email_smtp_domain: "foreman::params::email_smtp_domain"
  77. email_smtp_authentication: none
  78. email_smtp_user_name: "foreman::params::email_smtp_user_name"
  79. email_smtp_password: "foreman::params::email_smtp_password"
  80. "foreman::cli":
  81. foreman_url: "::foreman::cli::params::foreman_url"
  82. manage_root_config: true
  83. username: "::foreman::cli::params::username"
  84. password: "::foreman::cli::params::password"
  85. refresh_cache: false
  86. request_timeout: 120
  87. foreman_proxy:
  88. repo: stable
  89. gpgcheck: true
  90. custom_repo: true
  91. version: present
  92. plugin_version: installed
  93. bind_host: "*"
  94. port: 0
  95. http_port: 8000
  96. ssl_port: 8443
  97. dir: /usr/share/foreman-proxy
  98. user: foreman-proxy
  99. log: /var/log/foreman-proxy/proxy.log
  100. log_level: ERROR
  101. http: false
  102. ssl: true
  103. ssl_ca: /var/lib/puppet/ssl/certs/ca.pem
  104. ssl_cert: /var/lib/puppet/ssl/certs/jamespc.local.pem
  105. ssl_key: /var/lib/puppet/ssl/private_keys/jamespc.local.pem
  106. foreman_ssl_ca: "foreman_proxy::params::foreman_ssl_ca"
  107. foreman_ssl_cert: "foreman_proxy::params::foreman_ssl_cert"
  108. foreman_ssl_key: "foreman_proxy::params::foreman_ssl_key"
  109. trusted_hosts:
  110. - jamespc.local
  111. manage_sudoersd: true
  112. use_sudoersd: true
  113. puppetca: true
  114. puppetca_listen_on: https
  115. ssldir: /var/lib/puppet/ssl
  116. puppetdir: /etc/puppet
  117. autosign_location: /etc/puppet/autosign.conf
  118. puppetca_cmd: "/usr/bin/puppet cert"
  119. puppet_group: puppet
  120. puppetrun: true
  121. puppetrun_listen_on: https
  122. puppetrun_cmd: "/usr/bin/puppet kick"
  123. puppetrun_provider: "foreman_proxy::params::puppetrun_provider"
  124. customrun_cmd: /bin/false
  125. customrun_args: "-ay -f -s"
  126. puppetssh_sudo: false
  127. puppetssh_command: "/usr/bin/puppet agent --onetime --no-usecacheonfailure"
  128. puppetssh_user: root
  129. puppetssh_keyfile: /etc/foreman-proxy/id_rsa
  130. puppetssh_wait: false
  131. salt_puppetrun_cmd: puppet.run
  132. puppet_user: root
  133. puppet_url: "https://jamespc.local:8140"
  134. puppet_ssl_ca: /var/lib/puppet/ssl/certs/ca.pem
  135. puppet_ssl_cert: /var/lib/puppet/ssl/certs/jamespc.local.pem
  136. puppet_ssl_key: /var/lib/puppet/ssl/private_keys/jamespc.local.pem
  137. puppet_use_environment_api: "foreman_proxy::params::puppet_use_environment_api"
  138. templates: false
  139. templates_listen_on: both
  140. template_url: "http://jamespc.local:8000"
  141. tftp: true
  142. tftp_listen_on: https
  143. tftp_syslinux_root: "foreman_proxy::params::tftp_syslinux_root"
  144. tftp_syslinux_files:
  145. - "foreman_proxy::params::tftp_syslinux_files"
  146. tftp_syslinux_filenames:
  147. - /usr/lib/syslinux/chain.c32
  148. - /usr/lib/syslinux/menu.c32
  149. - /usr/lib/syslinux/memdisk
  150. - /usr/lib/syslinux/pxelinux.0
  151. tftp_root: /var/lib/tftpboot/
  152. tftp_dirs:
  153. - /var/lib/tftpboot//pxelinux.cfg
  154. - /var/lib/tftpboot//boot
  155. tftp_servername: "foreman_proxy::params::tftp_servername"
  156. dhcp: false
  157. dhcp_listen_on: https
  158. dhcp_managed: true
  159. dhcp_option_domain:
  160. - local
  161. dhcp_interface: eth0
  162. dhcp_gateway: "192.168.100.1"
  163. dhcp_range: false
  164. dhcp_nameservers: default
  165. dhcp_vendor: isc
  166. dhcp_config: /etc/dhcp/dhcpd.conf
  167. dhcp_leases: /var/lib/dhcp/dhcpd.leases
  168. dhcp_key_name: "foreman_proxy::params::dhcp_key_name"
  169. dhcp_key_secret: "foreman_proxy::params::dhcp_key_secret"
  170. dhcp_omapi_port: 7911
  171. dns: false
  172. dns_listen_on: https
  173. dns_managed: true
  174. dns_provider: nsupdate
  175. dns_interface: eth0
  176. dns_zone: local
  177. dns_reverse: "100.168.192.in-addr.arpa"
  178. dns_server: "127.0.0.1"
  179. dns_ttl: "86400"
  180. dns_tsig_keytab: /etc/foreman-proxy/dns.keytab
  181. dns_tsig_principal: "foremanproxy/jamespc.local@LOCAL"
  182. dns_forwarders: []
  183. virsh_network: default
  184. bmc: false
  185. bmc_listen_on: https
  186. bmc_default_provider: ipmitool
  187. realm: false
  188. realm_listen_on: https
  189. realm_provider: freeipa
  190. realm_keytab: /etc/foreman-proxy/freeipa.keytab
  191. realm_principal: "realm-proxy@EXAMPLE.COM"
  192. freeipa_remove_dns: true
  193. keyfile: /etc/bind/rndc.key
  194. register_in_foreman: true
  195. foreman_base_url: "https://jamespc.local"
  196. registered_name: jamespc.local
  197. registered_proxy_url: "https://jamespc.local:8443"
  198. oauth_effective_user: admin
  199. oauth_consumer_key: HxznBKWFZ6iH4ACsoza4kiHdie9V5ns8
  200. oauth_consumer_secret: arf3n2V86SsuV7ckWnaqu8Mn4DhVLeAR
  201. puppet_use_cache: "foreman_proxy::params::puppet_use_cache"
  202. puppet_cache_location: /var/cache/foreman-proxy
  203. puppet:
  204. version: present
  205. user: puppet
  206. group: puppet
  207. dir: /etc/puppet
  208. vardir: /var/lib/puppet
  209. logdir: /var/log/puppet
  210. rundir: /var/run/puppet
  211. ssldir: /var/lib/puppet/ssl
  212. package_provider: "puppet::params::package_provider"
  213. port: 8140
  214. listen: false
  215. listen_to: []
  216. pluginsync: true
  217. splay: false
  218. splaylimit: "1800"
  219. runinterval: 1800
  220. usecacheonfailure: true
  221. runmode: service
  222. cron_cmd: "puppet::params::cron_cmd"
  223. agent_noop: false
  224. show_diff: false
  225. module_repository: "puppet::params::module_repository"
  226. configtimeout: 0
  227. ca_server: "puppet::params::ca_server"
  228. ca_port: 0
  229. prerun_command: "puppet::params::prerun_command"
  230. postrun_command: "puppet::params::postrun_command"
  231. dns_alt_names: []
  232. use_srv_records: false
  233. srv_domain: local
  234. pluginsource: "puppet:///plugins"
  235. pluginfactsource: "puppet:///pluginfacts"
  236. additional_settings: {}
  237. agent_additional_settings: {}
  238. agent_restart_command: "/usr/sbin/service puppet reload"
  239. classfile: "$statedir/classes.txt"
  240. hiera_config: "$confdir/hiera.yaml"
  241. main_template: puppet/puppet.conf.erb
  242. agent_template: puppet/agent/puppet.conf.erb
  243. auth_template: puppet/auth.conf.erb
  244. nsauth_template: puppet/namespaceauth.conf.erb
  245. allow_any_crl_auth: false
  246. auth_allowed:
  247. - "$1"
  248. client_package:
  249. - puppet-common
  250. - puppet
  251. agent: true
  252. remove_lock: true
  253. puppetmaster: "puppet::params::puppetmaster"
  254. service_name: puppet
  255. syslogfacility: "puppet::params::syslogfacility"
  256. environment: production
  257. server: true
  258. server_user: puppet
  259. server_group: puppet
  260. server_dir: /etc/puppet
  261. server_port: 8140
  262. server_ca: true
  263. server_http: false
  264. server_http_port: 8139
  265. server_http_allow: []
  266. server_reports: foreman
  267. server_implementation: master
  268. server_passenger: true
  269. server_service_fallback: true
  270. server_passenger_max_pool: 12
  271. server_httpd_service: httpd
  272. server_external_nodes: /etc/puppet/node.rb
  273. server_template: puppet/server/puppet.conf.erb
  274. server_config_version: "puppet::params::server_config_version"
  275. server_git_repo: false
  276. server_dynamic_environments: false
  277. server_directory_environments: true
  278. server_environments:
  279. - development
  280. - production
  281. server_environments_owner: puppet
  282. server_environments_group: "puppet::params::server_environments_group"
  283. server_environments_mode: "0755"
  284. server_envs_dir: /etc/puppet/environments
  285. server_manifest_path: /etc/puppet/manifests
  286. server_common_modules_path:
  287. - /etc/puppet/environments/common
  288. - /etc/puppet/modules
  289. - /usr/share/puppet/modules
  290. server_git_repo_path: /var/lib/puppet/puppet.git
  291. server_git_branch_map: {}
  292. server_post_hook_content: puppet/server/post-receive.erb
  293. server_post_hook_name: post-receive
  294. server_storeconfigs_backend: "puppet::params::server_storeconfigs_backend"
  295. server_app_root: /etc/puppet/rack
  296. server_ssl_dir: /var/lib/puppet/ssl
  297. server_package: "puppet::params::server_package"
  298. server_version: "puppet::params::server_version"
  299. server_certname: jamespc.local
  300. server_enc_api: v2
  301. server_report_api: v2
  302. server_request_timeout: 60
  303. server_ca_proxy: "puppet::params::server_ca_proxy"
  304. server_strict_variables: false
  305. server_additional_settings: {}
  306. server_rack_arguments: []
  307. server_foreman: true
  308. server_foreman_url: "https://jamespc.local"
  309. server_foreman_ssl_ca: "puppet::params::server_foreman_ssl_ca"
  310. server_foreman_ssl_cert: "puppet::params::server_foreman_ssl_cert"
  311. server_foreman_ssl_key: "puppet::params::server_foreman_ssl_key"
  312. server_facts: true
  313. server_puppet_basedir: "puppet::params::server_puppet_basedir"
  314. server_puppetdb_host: "puppet::params::server_puppetdb_host"
  315. server_puppetdb_port: 8081
  316. server_puppetdb_swf: false
  317. server_parser: current
  318. server_environment_timeout: "puppet::params::server_environment_timeout"
  319. "foreman::plugin::bootdisk": false
  320. "foreman::plugin::chef": false
  321. "foreman::plugin::default_hostgroup": false
  322. "foreman::plugin::digitalocean": false
  323. "foreman::plugin::discovery": false
  324. "foreman::plugin::docker": false
  325. "foreman::plugin::hooks": false
  326. "foreman::plugin::openscap": false
  327. "foreman::plugin::ovirt_provision": false
  328. "foreman::plugin::puppetdb": false
  329. "foreman::plugin::salt": false
  330. "foreman::plugin::setup": {}
  331. "foreman::plugin::tasks": false
  332. "foreman::plugin::templates": false
  333. "foreman::compute::ec2": false
  334. "foreman::compute::gce": false
  335. "foreman::compute::libvirt": false
  336. "foreman::compute::openstack": false
  337. "foreman::compute::ovirt": false
  338. "foreman::compute::rackspace": false
  339. "foreman::compute::vmware": false
  340. "foreman_proxy::plugin::abrt": false
  341. "foreman_proxy::plugin::chef": false
  342. "foreman_proxy::plugin::openscap": false
  343. "foreman_proxy::plugin::pulp": false
  344. "foreman_proxy::plugin::salt": false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement