aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/ams-dcontroller-01
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2023-12-20 15:55:07 +0100
committerRomain Gonçalves <me@rgoncalves.se>2023-12-20 15:55:07 +0100
commita82feeda51deed6092a1448980a8e5f9fd94cae4 (patch)
treed2bdba4be1630b8c8463c4fe5c3e1980f3fb56a2 /host_vars/ams-dcontroller-01
parente3ddc0f3a934bde77d20776b1884ac5ca2e76079 (diff)
downloadrules-a82feeda51deed6092a1448980a8e5f9fd94cae4.tar.gz
chore(inventory): rename hosts with new naming scheme
Diffstat (limited to 'host_vars/ams-dcontroller-01')
-rw-r--r--host_vars/ams-dcontroller-01/main.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/host_vars/ams-dcontroller-01/main.yml b/host_vars/ams-dcontroller-01/main.yml
new file mode 100644
index 0000000..2c7461a
--- /dev/null
+++ b/host_vars/ams-dcontroller-01/main.yml
@@ -0,0 +1,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.