mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-11 11:47:08 +02:00
10 lines
294 B
YAML
10 lines
294 B
YAML
---
|
|
- name: WireGuard apple mobileconfig generated
|
|
template:
|
|
src: mobileconfig.j2
|
|
dest: "{{ wireguard_config_path }}/apple/{{ system }}/{{ item.1 }}.mobileconfig"
|
|
mode: "0600"
|
|
with_indexed_items: "{{ wireguard_users }}"
|
|
when: item.1 in users
|
|
vars:
|
|
index: "{{ item.0 }}"
|