Skip to content

Commit

Permalink
remove dotters/ibp cert automation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Oct 27, 2023
1 parent 564577b commit a424ee4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 205 deletions.
13 changes: 5 additions & 8 deletions host_vars/bkk03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ lxc_nodes:
- host: "ibp"
proxmox_config:
vmid: "997"
hostname: "{{ hostvars['monitor']['host_name'] }}"
hostname: "{{ hostvars['ibp']['host_name'] }}"
ostemplate: "local:vztmpl/{{ default_container_template }}"
netif: "{{ hostvars['monitor']['netif'] }}"
netif: "{{ hostvars['ibp']['netif'] }}"
cores: 1
memory: 256
swap: 256
password: "{{ default_password }}"
disk: "{{ default_storage }}:20"
disk: "{{ default_storage }}:50"
onboot: True
unprivileged: True
validate_certs: False
Expand All @@ -44,11 +44,8 @@ lxc_nodes:
features:
- nesting=1
port_forwards:
- from_port: "{{ hostvars['monitor']['ansible_port'] }}"
to_host: "{{ hostvars['monitor']['container_ip'] }}:22"
protocol: "tcp"
- from_port: "{{ hostvars['monitor']['zabbix_port'] }}"
to_host: "{{ hostvars['monitor']['container_ip'] }}:10050"
- from_port: "{{ hostvars['ibp']['ansible_port'] }}"
to_host: "{{ hostvars['ibp']['container_ip'] }}:22"
protocol: "tcp"
- host: "dot23"
proxmox_config:
Expand Down
2 changes: 1 addition & 1 deletion host_vars/ibp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ansible_port: "2997"
host_name: "ibp.rotko.net"
host_timezone: "Asia/Bangkok"
netif: '{"net0":"name=eth0,gw={{ default_nat_network_forward_cidr.split("/")[0] }},ip={{ default_host_ip }}/24,bridge={{ default_nat_device }}"}'
role: "monitor"
role: "ibp"
pinned_service: False
...
98 changes: 0 additions & 98 deletions roles/setup_install_nginx/tasks/dotters.yaml

This file was deleted.

98 changes: 0 additions & 98 deletions roles/setup_install_nginx/tasks/ibp.yaml

This file was deleted.

0 comments on commit a424ee4

Please sign in to comment.