-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventory.example.yml
More file actions
42 lines (42 loc) · 1023 Bytes
/
Copy pathinventory.example.yml
File metadata and controls
42 lines (42 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: 1
settings:
manage_firewall: true
unattended_upgrades: true
users:
https:
- name: alice
password: REPLACE_WITH_AT_LEAST_16_CHARACTERS
ssh:
- name: mp-alice
authentication:
type: key
public_key: ssh-ed25519 REPLACE_WITH_PUBLIC_KEY MegaProxy
generated_private_key: ~/.ssh/megaproxy_alice
removed_ssh: []
hosts:
proxy_eu:
address: 203.0.113.10
admin:
user: deploy
bootstrap_user: root
port: 22
private_key_file: ~/.ssh/id_ed25519
public_key: ssh-ed25519 REPLACE_WITH_ADMIN_PUBLIC_KEY MegaProxy-admin
services:
https:
enabled: true
endpoint: example.com
title: EU
port: 443
certificate: domain
acme_email: admin@example.com
gost_version: 3.3.0
certbot_version: v5.4.0
probe_resistance:
enabled: false
mode: disabled
site_title: Personal site
knock: []
ssh:
enabled: true
port: 22