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:
parent
0e1e842d62
commit
6bc640fb52
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
- "tUM4hl009fbXY4Yy3bAadWL1CquVrZmKfBBWhyhz8zLD6TQ== ghunt@ip-192-168-123-123.ec2.internal$"
|
- "tUM4hl009fbXY4Yy3bAadWL1CquVrZmKfBBWhyhz8zLD6TQ== ghunt@ip-192-168-123-123.ec2.internal$"
|
||||||
- "heOMXXNU6skxdPh2fcHh0bzQcaCSQ== holt@crank$"
|
- "heOMXXNU6skxdPh2fcHh0bzQcaCSQ== holt@crank$"
|
||||||
|
|
||||||
- name: "Create 3 directories for: OpenVPN keys, scripts & up_wan"
|
- name: 'Create dirs: /etc/openvpn/keys, /etc/openvpn/scripts'
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
|
|
||||||
- name: Add 'openvpn' variable values to {{ iiab_ini_file }}
|
- name: Add 'openvpn' variable values to {{ iiab_ini_file }}
|
||||||
ini_file:
|
ini_file:
|
||||||
dest: "{{ iiab_ini_file }}"
|
path: "{{ iiab_ini_file }}"
|
||||||
section: openvpn
|
section: openvpn
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue