diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-02-08 13:27:52 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-02-08 13:33:36 +0100 |
commit | 76af5e5e55fce3912608722cd5f774c215f34c1d (patch) | |
tree | f374d762e1f3c45b03a52d23617382a979f00238 /host_vars/ams-dcontroller-01 | |
parent | bd3aa9905be222f5198d7f56e4f1ee0f59b477e8 (diff) | |
download | rules-76af5e5e55fce3912608722cd5f774c215f34c1d.tar.gz |
refactor(vars): flatten group_vars and host_vars files
Diffstat (limited to 'host_vars/ams-dcontroller-01')
-rw-r--r-- | host_vars/ams-dcontroller-01/main.yml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/host_vars/ams-dcontroller-01/main.yml b/host_vars/ams-dcontroller-01/main.yml deleted file mode 100644 index 2c7461a..0000000 --- a/host_vars/ams-dcontroller-01/main.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- - -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 }}" |