Re: Re: Re: Foreman Answers

From Voluminous Prairie Dog, 5 Years ago, written in Plain Text, viewed 390 times. This paste is a reply to Re: Re: Foreman Answers from Sweet Macaque - view diff
URL https://paste.steamr.com/view/8cff58b8 Embed
Download Paste or View Raw
  1. # Format:
  2. # <classname>: false - don't include this class
  3. # <classname>: true - include and use the defaults
  4. # <classname>:
  5. #   <param>: <value> - include and override the default(s)
  6. #
  7. # See params.pp in each class for what options are available
  8.  
  9. ---
  10. foreman: false
  11. foreman::cli: false
  12. foreman::cli::openscap: false
  13. foreman_proxy:
  14.   repo: stable
  15.   gpgcheck: true
  16.   custom_repo: true
  17.   version: present
  18.   ensure_packages_version: present
  19.   plugin_version: installed
  20.   bind_host:
  21.   - '*'
  22.   http_port: 8000
  23.   ssl_port: 8443
  24.   dir: /usr/share/foreman-proxy
  25.   user: foreman-proxy
  26.   groups: []
  27.   log: /var/log/foreman-proxy/proxy.log
  28.   log_level: INFO
  29.   log_buffer: 2000
  30.   log_buffer_errors: 1000
  31.   http: true
  32.   ssl: false
  33.   ssl_ca: /etc/puppetlabs/puppet/ssl/certs/ca.pem
  34.   ssl_cert: /etc/puppetlabs/puppet/ssl/certs/foreman-proxy.lab.cs.ucalgary.ca.pem
  35.   ssl_key: /etc/puppetlabs/puppet/ssl/private_keys/foreman-proxy.lab.cs.ucalgary.ca.pem
  36.   foreman_ssl_ca: /etc/foreman-proxy/proxy_ca.pem
  37.   foreman_ssl_cert: /etc/foreman-proxy/client_cert.pem
  38.   foreman_ssl_key: /etc/foreman-proxy/client_key.pem
  39.   trusted_hosts:
  40.   - foreman.lab.cs.ucalgary.ca
  41.   ssl_disabled_ciphers: []
  42.   tls_disabled_versions: []
  43.   manage_sudoersd: true
  44.   use_sudoersd: true
  45.   use_sudoers: true
  46.   puppetca: false
  47.   puppetca_listen_on: http
  48.   ssldir: /etc/puppetlabs/puppet/ssl
  49.   puppetdir: /etc/puppetlabs/puppet
  50.   puppetca_cmd: /opt/puppetlabs/bin/puppet cert
  51.   puppet_group: puppet
  52.   autosignfile: /etc/puppetlabs/puppet/autosign.conf
  53.   manage_puppet_group: true
  54.   puppet: false
  55.   puppet_listen_on: http
  56.   puppetrun_cmd: /opt/puppetlabs/bin/puppet kick
  57.   puppetrun_provider:
  58.   customrun_cmd: /bin/false
  59.   customrun_args: -ay -f -s
  60.   mcollective_user: root
  61.   puppetssh_sudo: false
  62.   puppetssh_command: /opt/puppetlabs/bin/puppet agent --onetime --no-usecacheonfailure
  63.   puppetssh_user: root
  64.   puppetssh_keyfile: /etc/foreman-proxy/id_rsa
  65.   puppetssh_wait: false
  66.   salt_puppetrun_cmd: puppet.run
  67.   puppet_user: root
  68.   puppet_url: https://foreman-proxy.lab.cs.ucalgary.ca:8140
  69.   puppet_ssl_ca: /etc/puppetlabs/puppet/ssl/certs/ca.pem
  70.   puppet_ssl_cert: /etc/puppetlabs/puppet/ssl/certs/foreman-proxy.lab.cs.ucalgary.ca.pem
  71.   puppet_ssl_key: /etc/puppetlabs/puppet/ssl/private_keys/foreman-proxy.lab.cs.ucalgary.ca.pem
  72.   puppet_use_environment_api:
  73.   puppet_api_timeout: 30
  74.   templates: false
  75.   templates_listen_on: both
  76.   template_url: http://foreman-proxy.lab.cs.ucalgary.ca:8000
  77.   logs: true
  78.   logs_listen_on: http
  79.   tftp: true
  80.   tftp_listen_on: http
  81.   tftp_managed: true
  82.   tftp_manage_wget: true
  83.   tftp_syslinux_filenames:
  84.   - /usr/share/syslinux/chain.c32
  85.   - /usr/share/syslinux/mboot.c32
  86.   - /usr/share/syslinux/menu.c32
  87.   - /usr/share/syslinux/memdisk
  88.   - /usr/share/syslinux/pxelinux.0
  89.   tftp_root: /var/lib/tftpboot
  90.   tftp_dirs:
  91.   - /var/lib/tftpboot/pxelinux.cfg
  92.   - /var/lib/tftpboot/grub
  93.   - /var/lib/tftpboot/grub2
  94.   - /var/lib/tftpboot/boot
  95.   - /var/lib/tftpboot/ztp.cfg
  96.   - /var/lib/tftpboot/poap.cfg
  97.   tftp_servername:
  98.   tftp_replace_grub2_cfg: false
  99.   dhcp: true
  100.   dhcp_listen_on: http
  101.   dhcp_managed: true
  102.   dhcp_provider: isc
  103.   dhcp_subnets: []
  104.   dhcp_option_domain:
  105.   - lab.cs.ucalgary.ca
  106.   dhcp_search_domains:
  107.   - lab.cs.ucalgary.ca
  108.   - cs.ucalgary.ca
  109.   dhcp_interface: ens192
  110.   dhcp_additional_interfaces: []
  111.   dhcp_gateway: 172.20.2.1
  112.   dhcp_range: 172.20.2.50 172.20.2.254
  113.   dhcp_pxeserver:
  114.   dhcp_pxefilename: pxelinux.0
  115.   dhcp_network:
  116.   dhcp_netmask: 255.255.255.0
  117.   dhcp_nameservers: default
  118.   dhcp_server: 127.0.0.1
  119.   dhcp_config: /etc/dhcp/dhcpd.conf
  120.   dhcp_leases: /var/lib/dhcpd/dhcpd.leases
  121.   dhcp_key_name:
  122.   dhcp_key_secret:
  123.   dhcp_omapi_port: 7911
  124.   dhcp_peer_address:
  125.   dhcp_node_type: standalone
  126.   dhcp_failover_address: 172.20.2.11
  127.   dhcp_failover_port: 519
  128.   dhcp_max_response_delay: 30
  129.   dhcp_max_unacked_updates: 10
  130.   dhcp_mclt: 300
  131.   dhcp_load_split: 255
  132.   dhcp_load_balance: 3
  133.   dhcp_manage_acls: true
  134.   dns: true
  135.   dns_listen_on: http
  136.   dns_managed: true
  137.   dns_provider: nsupdate_gss
  138.   dns_interface: ens192
  139.   dns_zone: lab.cs.ucalgary.ca
  140.   dns_reverse:
  141.   dns_server: 172.17.12.101
  142.   dns_ttl: 86400
  143.   dns_tsig_keytab: /etc/foreman-proxy/dns.keytab
  144.   dns_tsig_principal: foremanproxy@CS.UCALGARY.CA
  145.   dns_forwarders: []
  146.   libvirt_network: default
  147.   libvirt_connection: qemu:///system
  148.   bmc: false
  149.   bmc_listen_on: https
  150.   bmc_default_provider: ipmitool
  151.   realm: false
  152.   realm_listen_on: http
  153.   realm_provider: freeipa
  154.   realm_keytab: /etc/foreman-proxy/freeipa.keytab
  155.   realm_principal: foremanproxy@CS.UCALGARY.CA
  156.   freeipa_config: /etc/ipa/default.conf
  157.   freeipa_remove_dns: true
  158.   keyfile: /etc/rndc.key
  159.   register_in_foreman: true
  160.   foreman_base_url: https://foreman.lab.cs.ucalgary.ca
  161.   registered_name: foreman-proxy.lab.cs.ucalgary.ca
  162.   registered_proxy_url:
  163.   oauth_effective_user: admin
  164.   oauth_consumer_key: W7WJoTY73iz3PUA5j3fg59xByf2qo4Vs
  165.   oauth_consumer_secret: bqbeieorxVxuhGoJFRo9ghFQ7UQi2nuy
  166.   puppet_use_cache:
  167. puppet: false
  168. foreman::plugin::ansible: false
  169. foreman::plugin::azure: false
  170. foreman::plugin::bootdisk: false
  171. foreman::plugin::chef: false
  172. foreman::plugin::cockpit: false
  173. foreman::plugin::default_hostgroup: false
  174. foreman::plugin::dhcp_browser: false
  175. foreman::plugin::digitalocean: false
  176. foreman::plugin::discovery: false
  177. foreman::plugin::docker: false
  178. foreman::plugin::expire_hosts: false
  179. foreman::plugin::hooks: false
  180. foreman::plugin::host_extra_validator: false
  181. foreman::plugin::memcache: false
  182. foreman::plugin::monitoring: false
  183. foreman::plugin::omaha: false
  184. foreman::plugin::openscap: false
  185. foreman::plugin::ovirt_provision: false
  186. foreman::plugin::puppetdb: false
  187. foreman::plugin::remote_execution: false
  188. foreman::plugin::salt: false
  189. foreman::plugin::setup: false
  190. foreman::plugin::tasks: false
  191. foreman::plugin::templates: false
  192. foreman::compute::ec2: false
  193. foreman::compute::gce: false
  194. foreman::compute::libvirt: false
  195. foreman::compute::openstack: false
  196. foreman::compute::ovirt: false
  197. foreman::compute::rackspace: false
  198. foreman::compute::vmware: false
  199. foreman_proxy::plugin::abrt: false
  200. foreman_proxy::plugin::ansible: false
  201. foreman_proxy::plugin::chef: false
  202. foreman_proxy::plugin::dhcp::infoblox: false
  203. foreman_proxy::plugin::dhcp::remote_isc: false
  204. foreman_proxy::plugin::discovery:
  205.   install_images: true
  206.   tftp_root: /var/lib/tftpboot
  207.   source_url: http://pages.cpsc.ucalgary.ca/~leo/support/foreman/
  208.   image_name: fdi-image-latest.tar
  209. foreman_proxy::plugin::dns::infoblox: false
  210. foreman_proxy::plugin::dns::powerdns: false
  211. foreman_proxy::plugin::dynflow: false
  212. foreman_proxy::plugin::monitoring: false
  213. foreman_proxy::plugin::omaha: false
  214. foreman_proxy::plugin::openscap: false
  215. foreman_proxy::plugin::pulp: false
  216. foreman_proxy::plugin::remote_execution::ssh: false
  217. foreman_proxy::plugin::salt: false
  218.  

Replies to Re: Re: Re: Foreman Answers rss

Title Name Language When
Re: Re: Re: Re: Foreman Answers Torrid Marten text 6 Months ago.

Reply to "Re: Re: Re: Foreman Answers"

Here you can reply to the paste above