You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
372 B

  1. ---
  2. ## CentOS/RHEL specific variables
  3. # Install epel repo on Centos/RHEL
  4. centos_epel_enabled: false
  5. # Use the fastestmirror yum plugin
  6. centos_fastestmirror_enabled: false
  7. ## CoreOS specific variables
  8. # Disable locksmithd or leave it in its current state
  9. coreos_locksmithd_disable: false
  10. ## General
  11. # Set the hostname to inventory_hostname
  12. override_system_hostname: true