aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/dc0/main.yml
blob: 2c7461aba905a23df98a8c2849b1a4a977c40024 (plain) (blame)
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
43
44
45
46
---

ansible_port: 71

httpd_use_nfs: false
git_dir: /var/www/data/git
sshd_listen_port: "{{ ansible_port }}"
relayd_connected_hosts: servers
acme_connected_hosts: servers

cgit_listen_port: 1235
cgit_domain_name: git.rgoncalves.se
cgit_favicon_url: "https://{{ __domain_name }}/img/favicon.ico"
cgit_logo_url: "https://{{ __domain_name }}/img/favicon.ico"
cgit_css_url: "https://{{ __domain_name }}/style/cgit.css"
cgit_description: development hub
cgit_readme_url: https://{{ __domain_name }}"

__is_vm: true

__ip:
  external: 185.203.114.234
  internal: 10.10.0.1

__services:
  - name: ssh
    protocol: tcp
    port: 22

  - name: wireguard
    protocol: udp
    port: 53

  - name: http
    domain: rgoncalves.se
    protocol: tcp
    port: 80

  - name: https
    protocol: tcp
    port: 443

  - name: git
    domain: "{{ cgit_domain_name }}"
    protocol: tcp
    port: "{{ cgit_listen_port }}"
remember that computers suck.