Add reflector configuration
This commit is contained in:
parent
636019283f
commit
1f33160600
2 changed files with 38 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue