1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-08-13 15:20:12 -04:00 committed by GitHub
parent fdd121aa74
commit 7880aff4d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
- name: Install OpenVPN packages
- name: Install OpenVPN and Nmap packages
package:
name: "{{ item }}"
state: present
@ -52,7 +52,7 @@
- { src: 'iiab-remote-on', dest: '/usr/bin/iiab-remote-on', owner: "root", mode: '0755' }
- { src: 'iiab-remote-off', dest: '/usr/bin/iiab-remote-off', owner: "root", mode: '0755' }
- name: Place OpenVPN handle in /etc/iiab/handle
- name: Save openvpn_handle variable into /etc/iiab/handle
lineinfile:
path: /etc/iiab/handle
create: yes