aboutsummaryrefslogblamecommitdiffstats
path: root/host_vars/dc0.yml
blob: fc9b3cc21e2a7812dac5fd65cdd92aef8ffb53b4 (plain) (tree)
1
2
3
4
5
6
7
8

   

                
                    
                          
                                      
 




                           

           
             


                 
                   


                 
              


                 
               

                 
 
              


                 
---

ansible_port: 71

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

__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
    protocol: tcp
    port: 80

  - name: https
    protocol: tcp
    port: 443

  - name: cgit
    domain: git
    protocol: tcp
    port: 1235
remember that computers suck.