sync all
This commit is contained in:
8
ansible/playbooks/templates/unifi-user.tf.j2
Normal file
8
ansible/playbooks/templates/unifi-user.tf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
resource "unifi_user" "{{ inventory_hostname }}" {
|
||||
mac = "{{ vm_mac_address }}"
|
||||
name = "{{ inventory_hostname }}"
|
||||
# note = "my note"
|
||||
|
||||
fixed_ip = "{{ ip_address }}"
|
||||
allow_existing = true
|
||||
}
|
||||
Reference in New Issue
Block a user