Rename moin group/hosts to collab

This commit is contained in:
Timo Makinen 2020-08-28 12:58:54 +00:00
parent f6aed5faad
commit 13d07b7a6d
5 changed files with 6 additions and 6 deletions

View file

@ -1,24 +0,0 @@
---
- import_playbook: "include/vm-create.yml myhosts=moin01.home.foo.sh"
- name: configure instance
hosts: moin
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