Remove db01.home.foo.sh
This commit is contained in:
parent
5c0d6fe84f
commit
7461384816
4 changed files with 0 additions and 41 deletions
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
datadisks:
|
|
||||||
- 50
|
|
||||||
|
|
||||||
firewall_in:
|
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
|
||||||
- {proto: tcp, port: 3306, from: [172.20.20.0/22]}
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
vmhost: vmhost01.home.foo.sh
|
|
||||||
network_interfaces:
|
|
||||||
- device: eth0
|
|
||||||
vlan: 20
|
|
||||||
mac: 52:54:00:ac:dc:23
|
|
4
hosts
4
hosts
|
@ -4,9 +4,6 @@ adm01.home.foo.sh
|
||||||
[collab]
|
[collab]
|
||||||
collab01.home.foo.sh
|
collab01.home.foo.sh
|
||||||
|
|
||||||
[db]
|
|
||||||
db01.home.foo.sh
|
|
||||||
|
|
||||||
[fsolgw]
|
[fsolgw]
|
||||||
fsol-gw01.home.foo.sh
|
fsol-gw01.home.foo.sh
|
||||||
fsol-gw02.home.foo.sh
|
fsol-gw02.home.foo.sh
|
||||||
|
@ -69,7 +66,6 @@ atl01.vultr.foo.sh
|
||||||
|
|
||||||
[centos8:children]
|
[centos8:children]
|
||||||
adm
|
adm
|
||||||
db
|
|
||||||
git
|
git
|
||||||
mail
|
mail
|
||||||
mirror
|
mirror
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=db"
|
|
||||||
|
|
||||||
- name: configure instance
|
|
||||||
hosts: db
|
|
||||||
user: root
|
|
||||||
gather_facts: true
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- "{{ ansible_private }}/vars.yml"
|
|
||||||
|
|
||||||
pre_tasks:
|
|
||||||
- name: mount /export
|
|
||||||
mount:
|
|
||||||
name: /export
|
|
||||||
src: LABEL=/export
|
|
||||||
fstype: xfs
|
|
||||||
opts: noatime,noexec,nosuid,nodev
|
|
||||||
passno: "0"
|
|
||||||
dump: "0"
|
|
||||||
state: mounted
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- base
|
|
Loading…
Add table
Reference in a new issue