homelab-ansible/playbooks/deploy-unifi.yml

12 lines
232 B
YAML

---
- name: Configure UniFi Network Server
hosts: unifi
vars_prompt:
- name: admin_password
prompt: Enter the administrator password that will be used for this system
roles:
- common
- unifi_network_server