mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
bitwarden
This commit is contained in:
10
playbooks/router_setup.yml
Normal file
10
playbooks/router_setup.yml
Normal file
@ -0,0 +1,10 @@
|
||||
- hosts: router
|
||||
name: Setup router
|
||||
ignore_unreachable: false
|
||||
become: True
|
||||
tasks:
|
||||
- name: Upload service config
|
||||
ansible.builtin.copy:
|
||||
src: config/dnsmasq.conf.add
|
||||
dest: /jffs/configs/
|
||||
|
Reference in New Issue
Block a user