Add laptop network configuration

This commit is contained in:
Sonny Bakker 2020-11-26 21:48:14 +01:00
parent c8e3c44d11
commit cdcd86a7c3
6 changed files with 109 additions and 10 deletions

View file

@ -35,16 +35,9 @@
group: root
mode: "0600"
- name: add reflector to weekly timer
become: yes
file:
src: "/usr/lib/systemd/system/reflector.service"
path: "/etc/systemd/system/weekly.target.wants/reflector.service"
state: link
# TODO
# - network setup (laptop)
# - pacman setup depending on platform (see include section for common options)
# - laptop power saving configuration
- include_tasks: network.yml
- include_tasks: mpv.yml # TODO