Files
ansible/inventory/group_vars/all.yml

33 lines
616 B
YAML

---
packages_common:
- 'bash'
- 'curl'
- 'screen'
- 'unzip'
- 'vim'
- 'wget'
- 'zip'
ntp_enabled: True
ntp_timezone: 'America/New_York'
ntp_package: 'chrony'
ntp_daemon: 'chronyd'
ntp_config_file: '/etc/chrony/chrony.conf'
ntp_driftfile: '/var/lib/chrony/chrony.drift'
ntp_manage_config: True
ntp_servers:
- 'virginia.time.system76.com iburst'
- 'ohio.time.system76.com iburst'
- 'oregon.time.system76.com iburst'
ntp_restrict:
- '127.0.0.1'
- '::1'
sudoers_sudoers:
privileges:
- name: '%sudo'
entry: 'ALL=NOPASSWD:ALL'
- name: '%linuxadmins'
entry: 'ALL=(ALL) ALL'