Add laptop network configuration
This commit is contained in:
parent
c8e3c44d11
commit
cdcd86a7c3
6 changed files with 109 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue