adc/ansible/client_matrix.yml
jowj ec8ea32089 Add ability to deploy matrix client from ansible
- add client_matrix.yml play
- add new ios.conf template
- update main.yml task to include matrix.conf template deploy and tags.
2020-01-14 15:42:22 -06:00

9 lines
146 B
YAML

---
- name: generate ios client config
hosts: dev #localhost
tasks:
- debug: msg="generate phone config"
roles:
- { name: wg_vpn }