Deprecate git02.home.foo.sh

This commit is contained in:
Timo Makinen 2023-04-27 15:44:48 +00:00
parent 77a2bca9c5
commit 2800ee2674
4 changed files with 0 additions and 50 deletions

View file

@ -1,8 +0,0 @@
---
datadisks:
- {size: 10}
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: 4949, from: [172.20.20.0/22]}

View file

@ -1,6 +0,0 @@
---
vmhost: vmhost02.home.foo.sh
network_interfaces:
- device: eth0
vlan: 20
mac: 52:54:00:ac:dc:18

View file

@ -17,9 +17,6 @@ fsolgw:
hosts: hosts:
fsol-gw01.home.foo.sh: fsol-gw01.home.foo.sh:
fsol-gw02.home.foo.sh: fsol-gw02.home.foo.sh:
git:
hosts:
git02.home.foo.sh:
gitea: gitea:
hosts: hosts:
gitea02.home.foo.sh: gitea02.home.foo.sh:
@ -152,7 +149,6 @@ rocky8:
rocky9: rocky9:
children: children:
adm: adm:
git:
gitea: gitea:
influxdb: influxdb:
ldap: ldap:

View file

@ -1,32 +0,0 @@
---
- name: Deploy KVM virtual machines
ansible.builtin.import_playbook: include/deploy-kvm-guest.yml
vars:
myhosts: git
- name: Configure instance
hosts: git
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: "1"
dump: "0"
state: mounted
roles:
- base
- git
- git_server
- sssd
- nfs_client
- autofs