Files
homelab/ansible/playbooks/templates/unifi-user.tf.j2
2025-09-26 11:55:32 -05:00

8 lines
207 B
Django/Jinja

resource "unifi_user" "{{ inventory_hostname }}" {
mac = "{{ vm_mac_address }}"
name = "{{ inventory_hostname }}"
# note = "my note"
fixed_ip = "{{ ip_address }}"
allow_existing = true
}