mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 09:51:10 +01: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