Add mail02.home.foo.sh host
This commit is contained in:
parent
8ef85fc318
commit
222e8c59ec
4 changed files with 42 additions and 3 deletions
16
playbooks/mail.yml
Normal file
16
playbooks/mail.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=mail"
|
||||
|
||||
- name: configure instance
|
||||
hosts: mail
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- nfs-client
|
||||
- ldap/nss
|
||||
- autofs
|
Loading…
Add table
Add a link
Reference in a new issue