Use NTP role from galaxy
This commit is contained in:
parent
ac4fc01499
commit
a896c5826e
4 changed files with 5 additions and 18 deletions
|
@ -8,6 +8,9 @@
|
||||||
- import_tasks: tasks/user.yml
|
- import_tasks: tasks/user.yml
|
||||||
- import_tasks: tasks/packages.yml
|
- import_tasks: tasks/packages.yml
|
||||||
|
|
||||||
|
- include_role:
|
||||||
|
name: geerlingguy.ntp
|
||||||
|
|
||||||
- import_tasks: tasks/boot.yml
|
- import_tasks: tasks/boot.yml
|
||||||
- import_tasks: tasks/i3.yml
|
- import_tasks: tasks/i3.yml
|
||||||
- import_tasks: tasks/network.yml
|
- import_tasks: tasks/network.yml
|
||||||
|
@ -15,7 +18,6 @@
|
||||||
- import_tasks: tasks/input.yml
|
- import_tasks: tasks/input.yml
|
||||||
- import_tasks: tasks/power-saving.yml
|
- import_tasks: tasks/power-saving.yml
|
||||||
- import_tasks: tasks/autostart.yml
|
- import_tasks: tasks/autostart.yml
|
||||||
- import_tasks: tasks/ntp.yml
|
|
||||||
- import_tasks: tasks/fonts.yml
|
- import_tasks: tasks/fonts.yml
|
||||||
- import_tasks: tasks/security.yml
|
- import_tasks: tasks/security.yml
|
||||||
- import_tasks: tasks/keepassxc.yml
|
- import_tasks: tasks/keepassxc.yml
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
- src: kewlfft.aur
|
- src: kewlfft.aur
|
||||||
|
- src: geerlingguy.ntp
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
- name: Install NTP
|
|
||||||
aur:
|
|
||||||
name: "{{ item }}"
|
|
||||||
become: true
|
|
||||||
become_user: aur_builder
|
|
||||||
loop:
|
|
||||||
- ntp
|
|
||||||
|
|
||||||
- name: Set timezone
|
|
||||||
timezone:
|
|
||||||
name: Europe/London
|
|
||||||
|
|
||||||
- name: Enable NTP service
|
|
||||||
systemd:
|
|
||||||
name: ntpd
|
|
||||||
enabled: true
|
|
||||||
state: started
|
|
1
vars.yml
1
vars.yml
|
@ -3,3 +3,4 @@ home: /home/{{ user }}
|
||||||
dabapps_hostnames:
|
dabapps_hostnames:
|
||||||
- TOO-Work
|
- TOO-Work
|
||||||
- big-mike
|
- big-mike
|
||||||
|
ntp_timezone: Europe/London
|
||||||
|
|
Loading…
Reference in a new issue