1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-11-26 20:19:45 -05:00 committed by GitHub
parent a4290997ee
commit 0ee888c717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,13 +103,14 @@
- name: Add 'openvpn' to list of services at /etc/iiab/iiab.ini - name: Add 'openvpn' to list of services at /etc/iiab/iiab.ini
ini_file: dest='{{ service_filelist }}' ini_file:
section=openvpn dest: "{{ service_filelist }}"
option='{{ item.option }}' section: openvpn
value='{{ item.value }}' option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: with_items:
- option: name - option: name
value: "openvpn" value: OpenVPN
- option: description - option: description
value: '"OpenVPN is a means of connecting to a server anywhere on the internet, via a middleman server."' value: '"OpenVPN is a means of connecting to a server anywhere on the internet, via a middleman server."'
- option: middleman_url - option: middleman_url