Add reflector configuration

This commit is contained in:
Sonny Bakker 2020-11-25 20:59:58 +01:00
parent 636019283f
commit 1f33160600
2 changed files with 38 additions and 1 deletions

View file

@ -26,9 +26,17 @@
mode: "0600"
notify: restart nftables
- name: copy reflector configuration
become: yes
template:
src: "reflector.j2"
dest: "/etc/xdg/reflector/reflector.conf"
owner: root
group: root
mode: "0600"
# TODO
# - network setup (laptop)
# - reflector setup
# - pacman setup depending on platform (see include section for common options)
- include_tasks: network.yml