Remove gitea hosts
This commit is contained in:
parent
9a5f632ce4
commit
b02af6f9e6
7 changed files with 0 additions and 78 deletions
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
datadisks:
|
|
||||||
- {size: 10, type: nvme}
|
|
||||||
|
|
||||||
firewall_in:
|
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
|
||||||
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
|
||||||
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
firewall_in:
|
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
|
||||||
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
vmhost: vmhost02.home.foo.sh
|
|
||||||
network_interfaces:
|
|
||||||
- device: eth0
|
|
||||||
vlan: 20
|
|
||||||
mac: 52:54:00:ac:dc:7c
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
vmhost: vmhost02.home.foo.sh
|
|
||||||
network_interfaces:
|
|
||||||
- device: eth0
|
|
||||||
vlan: 20
|
|
||||||
mac: 52:54:00:ac:dc:78
|
|
12
hosts.yml
12
hosts.yml
|
@ -30,16 +30,6 @@ fsolgw:
|
||||||
hosts:
|
hosts:
|
||||||
fsol-gw01.home.foo.sh:
|
fsol-gw01.home.foo.sh:
|
||||||
fsol-gw02.home.foo.sh:
|
fsol-gw02.home.foo.sh:
|
||||||
gitea:
|
|
||||||
hosts:
|
|
||||||
gitea02.home.foo.sh:
|
|
||||||
vars:
|
|
||||||
gitea_version: "1.23.3"
|
|
||||||
gitearunner:
|
|
||||||
hosts:
|
|
||||||
gitea-runner02.home.foo.sh:
|
|
||||||
vars:
|
|
||||||
gitea_runner_version: "0.2.6"
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
hosts:
|
hosts:
|
||||||
homeassistant01.home.foo.sh:
|
homeassistant01.home.foo.sh:
|
||||||
|
@ -151,7 +141,6 @@ sftpbackup:
|
||||||
|
|
||||||
fedora:
|
fedora:
|
||||||
children:
|
children:
|
||||||
gitearunner:
|
|
||||||
openbsd:
|
openbsd:
|
||||||
children:
|
children:
|
||||||
backup:
|
backup:
|
||||||
|
@ -172,7 +161,6 @@ rocky9:
|
||||||
audiobooks:
|
audiobooks:
|
||||||
forgejo:
|
forgejo:
|
||||||
frigate:
|
frigate:
|
||||||
gitea:
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
influxdb:
|
influxdb:
|
||||||
ldap:
|
ldap:
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
- name: Deploy KVM virtual machines
|
|
||||||
ansible.builtin.import_playbook: include/deploy-kvm-guest.yml
|
|
||||||
vars:
|
|
||||||
myhosts: gitearunner
|
|
||||||
|
|
||||||
- name: Configure instance
|
|
||||||
hosts: gitearunner
|
|
||||||
user: root
|
|
||||||
gather_facts: true
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- base
|
|
||||||
- gitea_runner
|
|
|
@ -1,28 +0,0 @@
|
||||||
---
|
|
||||||
- name: Deploy KVM virtual machines
|
|
||||||
ansible.builtin.import_playbook: include/deploy-kvm-guest.yml
|
|
||||||
vars:
|
|
||||||
myhosts: gitea
|
|
||||||
|
|
||||||
- name: Configure instance
|
|
||||||
hosts: gitea
|
|
||||||
user: root
|
|
||||||
gather_facts: true
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- "{{ ansible_private }}/vars.yml"
|
|
||||||
|
|
||||||
pre_tasks:
|
|
||||||
- name: Mount /export
|
|
||||||
ansible.posix.mount:
|
|
||||||
name: /export
|
|
||||||
src: LABEL=/export
|
|
||||||
fstype: xfs
|
|
||||||
opts: noatime,noexec,nosuid,nodev
|
|
||||||
passno: "0"
|
|
||||||
dump: "0"
|
|
||||||
state: mounted
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- base
|
|
||||||
- gitea
|
|
Loading…
Add table
Reference in a new issue