f5417032bf
* Merge OracleLinux in RedHat bootstrap-os * Set default for use_oracle_public_repo in main.yaml
18 lines
475 B
YAML
18 lines
475 B
YAML
---
|
|
## CentOS/RHEL specific variables
|
|
# Install epel repo on Centos/RHEL
|
|
centos_epel_enabled: false
|
|
# Use the fastestmirror yum plugin
|
|
centos_fastestmirror_enabled: false
|
|
|
|
## CoreOS specific variables
|
|
# Disable locksmithd or leave it in its current state
|
|
coreos_locksmithd_disable: false
|
|
|
|
## Oracle Linux specific variables
|
|
# Install public repo on Oracle Linux
|
|
use_oracle_public_repo: true
|
|
|
|
## General
|
|
# Set the hostname to inventory_hostname
|
|
override_system_hostname: true
|