mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Hardcoded info #25
This commit is contained in:
parent
563ea5eaf5
commit
10fd24cbc9
3 changed files with 4 additions and 6 deletions
|
@ -14,9 +14,11 @@ easyrsa_p12_export_password: vpn
|
|||
easyrsa_reinit_existent: False
|
||||
|
||||
# Domain or ip
|
||||
server_name: www.ivlis.me
|
||||
# server_name: - this domain or ip that you will use in your VPN client
|
||||
server_name: example.com
|
||||
server_ip: "{{ ansible_ssh_host }}"
|
||||
|
||||
# specify users that you need
|
||||
users:
|
||||
- mr.smith
|
||||
- mrs.smith
|
||||
|
@ -24,5 +26,5 @@ users:
|
|||
#
|
||||
# auditd options
|
||||
# email for auditd actions:
|
||||
auditd_action_mail_acct: e601809@gmail.com
|
||||
auditd_action_mail_acct: email@example.com
|
||||
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
[localhost]
|
||||
127.0.0.1 ansible_connection=local
|
||||
|
||||
[vpn-host]
|
||||
45.55.244.205 ansible_python_interpreter=/usr/bin/python2.7
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
[users-management]
|
||||
45.55.244.205
|
||||
|
|
Loading…
Add table
Reference in a new issue