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

openvpn/tasks/main.yml more readable

This commit is contained in:
A Holt 2019-10-09 18:18:08 -04:00 committed by GitHub
parent 6bbf8e18d4
commit 584e35e243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,17 +4,16 @@
- openvpn
- nmap
state: present
tags:
- download
#tags:
# - download
- name: Install Ncat package
- name: Install Ncat package (if need_ncat)
package:
name:
- ncat
name: ncat
state: present
when: need_ncat | bool
tags:
- download
when: need_ncat | bool
#tags:
# - download
- name: Install ssh public keys for remote support (if openvpn_install)
lineinfile: