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:
parent
6bbf8e18d4
commit
584e35e243
1 changed files with 7 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue