mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
10 lines
203 B
YAML
10 lines
203 B
YAML
|
- hosts: router
|
||
|
name: Setup router
|
||
|
ignore_unreachable: false
|
||
|
tasks:
|
||
|
- name: Upload service config
|
||
|
ansible.builtin.copy:
|
||
|
src: config/dnsmasq.conf.add
|
||
|
dest: /jffs/configs/
|
||
|
|