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

Merge pull request #1155 from holta/openvpn-rapid-support

OpenVPN rapid support improved per @jvonau recommendation
This commit is contained in:
A Holt 2018-09-20 04:33:34 -04:00 committed by GitHub
commit 7859cb3c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 8 deletions

View file

@ -43,6 +43,12 @@
# has no "when: XXXXX_install" flag
tags: base, sshd
- name: IIAB-ADMIN
include_role:
name: iiab-admin
# has no "when: XXXXX_install" flag
tags: base, iiab-admin
- name: OPENVPN
include_role:
name: openvpn

View file

@ -9,12 +9,6 @@
# has no "when: XXXXX_install" flag
tags: base, httpd
- name: IIAB-ADMIN
include_role:
name: iiab-admin
# has no "when: XXXXX_install" flag
tags: base, iiab-admin
- name: MYSQL
include_role:
name: mysql

View file

@ -1,5 +1,16 @@
.. |ss| raw:: html
<strike>
.. |se| raw:: html
</strike>
.. |nbsp| unicode:: 0xA0
:trim:
=================
IIAB Admin README
iiab-admin README
=================
This role is home to a number of administrative playbooks. Those implemented are:
@ -10,7 +21,7 @@ Add Administrative User
* Add the iiab-admin user and password
* N.B. to create password hash use python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
* Make a sudoer
* Add /root/.ssh and dummy authorized_keys file as placeholder
* |ss| Add /root/.ssh and dummy authorized_keys file as placeholder |se| |nbsp| (moved to playbook roles/sshd)
* Force password for sudoers
Add Packages for Remote Access