mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Introduce roles/tailscale w/ /usr/bin/iiab-vpn etc
This commit is contained in:
parent
814a97be9c
commit
c7000f330b
35 changed files with 265 additions and 66 deletions
|
@ -3,22 +3,22 @@
|
|||
- name: ...IS BEGINNING ============================================
|
||||
meta: noop
|
||||
|
||||
- name: SSHD -- required by OpenVPN below -- also run by roles/4-server-options/tasks/main.yml
|
||||
- name: SSHD
|
||||
include_role:
|
||||
name: sshd
|
||||
when: sshd_install
|
||||
|
||||
- name: OPENVPN
|
||||
- name: TAILSCALE (VPN)
|
||||
include_role:
|
||||
name: openvpn
|
||||
when: openvpn_install
|
||||
name: tailscale
|
||||
when: tailscale_install
|
||||
|
||||
- name: REMOTE.IT
|
||||
include_role:
|
||||
name: remoteit
|
||||
when: remoteit_install
|
||||
|
||||
- name: IIAB-ADMIN -- includes roles/iiab-admin/tasks/access.yml
|
||||
- name: IIAB-ADMIN -- includes {lynx, screen, sudo-prereqs.yml, admin-user.yml, pwd-warnings.yml}
|
||||
include_role:
|
||||
name: iiab-admin
|
||||
#when: iiab_admin_install # Flag might be created in future?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue