47 lines
2.4 KiB
YAML
47 lines
2.4 KiB
YAML
---
|
|
# defaults file for juliovp01.ansible_satellite6
|
|
# Go over variables bellow and pass them in extra vars, playbook vars,
|
|
# vars_files, inventory file or whatever which overwrite these values!
|
|
|
|
|
|
# main:
|
|
# version should be double! Not string!
|
|
satellite_deployment_version: 6.2
|
|
satellite_deployment_hostname_short: "sat"
|
|
satellite_deployment_hostname_full: "define.your.fqdn"
|
|
satellite_deployment_ip_address: "127.0.0.1"
|
|
|
|
# install:
|
|
satellite_deployment_plugin_packages: []
|
|
|
|
# network:
|
|
satellite_deployment_set_network: false
|
|
satellite_deployment_net_prefix: "24"
|
|
satellite_deployment_subnet_name: "sat_subnet1"
|
|
satellite_deployment_plugin_ports: []
|
|
|
|
# registration:
|
|
satellite_deployment_rhn_user: "your_rhn_user"
|
|
satellite_deployment_rhn_password: "your_rhn_pass"
|
|
|
|
# answers:
|
|
# specify answers key: value without -- prefix. Keys you can get when you
|
|
# use satellite-installer with --help | less for easier finding
|
|
satellite_deployment_answers:
|
|
'answer': 'value'
|
|
|
|
# configure_satellite:
|
|
satellite_deployment_manifest_path: "satellite_manifest.zip"
|
|
satellite_deployment_manifest_dest_path: "/root/satellite_manifest.zip"
|
|
satellite_deployment_repositories:
|
|
- { product_name: 'Red Hat Enterprise Linux Server', name_repo: 'Red Hat Enterprise Linux 7 Server (Kickstart)', rel: '7Server', architecture: 'x86_64', state: enable}
|
|
- { product_name: 'Red Hat Enterprise Linux Server', name_repo: 'Red Hat Enterprise Linux 7 Server (RPMs)', rel: '7Server', architecture: 'x86_64', state: enable}
|
|
- { product_name: 'Red Hat Enterprise Linux Server', name_repo: 'Red Hat Enterprise Linux 7 Server - RH Common (RPMs)', rel: '7Server', architecture: 'x86_64', state: enable}
|
|
- { product_name: 'Red Hat Enterprise Linux Server', name_repo: 'Red Hat Enterprise Linux 7 Server - Optional (RPMs)', rel: '7Server', architecture: 'x86_64', state: enable}
|
|
- { product_name: 'Red Hat Enterprise Linux Server', name_repo: 'Red Hat Enterprise Linux 7 Server - Supplementary (RPMs)', rel: '7Server', architecture: 'x86_64', state: enable}
|
|
- { product_name: 'Red Hat Enterprise Linux Server', name_repo: 'Red Hat Satellite Tools {{ satellite_deployment_version }} (for RHEL 7 Server) (RPMs)', architecture: 'x86_64', state: enable}
|
|
- { product_name: 'Red Hat Enterprise Linux Server', name_repo: 'Red Hat Enterprise Linux 7 Server - Extras (RPMs)', architecture: 'x86_64', state: enable}
|
|
|
|
# configure_capsules:
|
|
satellite_deployment_puppet_env: "production"
|