Kapisi/roles/Vanik/tasks/main.yml

13 lines
234 B
YAML
Raw Normal View History

2020-10-08 16:33:19 -05:00
---
- command: ./scripts/generate-dhcp.py
delegate_to: localhost
run_once: true
name: Generate DHCP leases.
- command: ./scripts/generate-dns.py
delegate_to: localhost
run_once: true
name: Generate DNS entries