-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvars_satellite.yml
37 lines (31 loc) · 1.19 KB
/
vars_satellite.yml
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
#
# Satellite install configuration
#
satellite_installer_scenario: satellite
satellite_installer_locale: C.UTF-8
satellite_installer_no_colors: true
satellite_installer_verbose: true
satellite_installer_timeout: 1800
satellite_server_url: https://satellite.example.com
satellite_organization: Acme Enterprises
satellite_location: Test Lab
satellite_validate_certs: false
satellite_firewall_zone: public
satellite_register_insights: false
satellite_installer_options:
- --foreman-initial-admin-username "{{ satellite_username }}"
- --foreman-initial-admin-password '{{ satellite_password }}'
- --foreman-initial-organization "{{ satellite_organization }}"
- --foreman-initial-location "{{ satellite_location }}"
- --tuning development
- --skip-checks-i-know-better
- --enable-foreman-plugin-rh-cloud
- --enable-foreman-plugin-remote-execution
- --enable-foreman-plugin-openscap
- --enable-foreman-plugin-webhooks
- --enable-foreman-proxy-plugin-openscap
- --no-enable-foreman-plugin-discovery
- --no-enable-foreman-proxy-plugin-discovery
- --foreman-proxy-content-enable-ansible true
- --foreman-proxy-content-enable-docker false
- --foreman-plugin-tasks-automatic-cleanup true