RedHatGov / product-demos

GNU General Public License v3.0
31 stars 22 forks source link

LINUX / System Roles: Suggestion of less invasive system role #37

Closed benblasco closed 1 year ago

benblasco commented 2 years ago

The timesync system role would be a good example to demonstrate, with suggested vars to enter into the template:

system_roles:
  - timesync

timesync_ntp_servers:
  - hostname: au.pool.ntp.org
    pool: yes
    iburst: yes

This could be added as a second example in the suggested usage at: https://github.com/RedHatGov/product-demos/blob/main/linux/README.md

willtome commented 2 years ago

Great idea. The variables need to be updated here