Remove db01.home.foo.sh
This commit is contained in:
parent
5c0d6fe84f
commit
7461384816
4 changed files with 0 additions and 41 deletions
|
@ -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
Add a link
Reference in a new issue