Remove sshsign hosts
This commit is contained in:
parent
5a0b16cb28
commit
4cd5d7f3d5
5 changed files with 2 additions and 48 deletions
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 10}
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 443}
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:5b
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:5c
|
8
hosts
8
hosts
|
@ -81,10 +81,6 @@ shell02.foo.sh
|
|||
[sqldb]
|
||||
sqldb02.home.foo.sh
|
||||
|
||||
[sshsign]
|
||||
sshsign01.home.foo.sh
|
||||
sshsign02.home.foo.sh
|
||||
|
||||
[static]
|
||||
static01.home.foo.sh
|
||||
static02.home.foo.sh
|
||||
|
@ -116,7 +112,6 @@ ns
|
|||
proxy
|
||||
relay
|
||||
shell
|
||||
sshsign
|
||||
static
|
||||
zm
|
||||
|
||||
|
@ -130,7 +125,6 @@ log
|
|||
ns
|
||||
proxy
|
||||
relay
|
||||
sshsign
|
||||
|
||||
[rocky8:children]
|
||||
adm
|
||||
|
@ -153,3 +147,5 @@ sqldb
|
|||
static
|
||||
vmhost
|
||||
zm
|
||||
|
||||
[rocky9:children]
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=sshsign"
|
||||
|
||||
- name: configure instance
|
||||
hosts: sshsign
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
pre_tasks:
|
||||
- name: mount /export
|
||||
mount:
|
||||
name: /export
|
||||
src: /dev/sd1a
|
||||
fstype: ffs
|
||||
opts: rw,softdep,noatime
|
||||
passno: "1"
|
||||
dump: "2"
|
||||
state: mounted
|
||||
|
||||
roles:
|
||||
- base
|
Loading…
Add table
Add a link
Reference in a new issue