2016-02-19 17:48:53 +00:00
|
|
|
---
|
2019-04-23 22:46:02 +00:00
|
|
|
## CentOS/RHEL specific variables
|
2019-01-22 21:44:11 +00:00
|
|
|
# Install epel repo on Centos/RHEL
|
2019-04-23 22:46:02 +00:00
|
|
|
centos_epel_enabled: false
|
|
|
|
# Use the fastestmirror yum plugin
|
|
|
|
centos_fastestmirror_enabled: false
|
2019-02-11 21:27:02 +00:00
|
|
|
|
2019-04-23 22:46:02 +00:00
|
|
|
## CoreOS specific variables
|
|
|
|
# Disable locksmithd or leave it in its current state
|
|
|
|
coreos_locksmithd_disable: false
|
|
|
|
|
|
|
|
## General
|
|
|
|
# Set the hostname to inventory_hostname
|
|
|
|
override_system_hostname: true
|