Deprecate git02.home.foo.sh
This commit is contained in:
parent
77a2bca9c5
commit
2800ee2674
4 changed files with 0 additions and 50 deletions
|
@ -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]}
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:18
|
|
@ -17,9 +17,6 @@ fsolgw:
|
|||
hosts:
|
||||
fsol-gw01.home.foo.sh:
|
||||
fsol-gw02.home.foo.sh:
|
||||
git:
|
||||
hosts:
|
||||
git02.home.foo.sh:
|
||||
gitea:
|
||||
hosts:
|
||||
gitea02.home.foo.sh:
|
||||
|
@ -152,7 +149,6 @@ rocky8:
|
|||
rocky9:
|
||||
children:
|
||||
adm:
|
||||
git:
|
||||
gitea:
|
||||
influxdb:
|
||||
ldap:
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue