mirror of
https://github.com/trailofbits/algo
synced 2024-11-06 03:20:39 +00:00
1e8a9c5cf1
* Generate mobileconfigs for WireGuard * add xmllint to wireguard profiles * Enable onDemand prompts for WireGuard * linting
11 lines
295 B
YAML
11 lines
295 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 }}"
|