21 lines
423 B
YAML
21 lines
423 B
YAML
---
|
|
- import_playbook: "include/deploy-kvm-guest.yml myhosts=static"
|
|
|
|
- name: configure instance
|
|
hosts: static
|
|
user: root
|
|
gather_facts: true
|
|
|
|
vars_files:
|
|
- "{{ ansible_private }}/vars.yml"
|
|
|
|
roles:
|
|
- base
|
|
- role: kerberos/keytab
|
|
principals:
|
|
- "host/{{ inventory_hostname }}@FOO.SH"
|
|
- "nfs/{{ inventory_hostname }}@FOO.SH"
|
|
- nfs-client
|
|
- ldap/nss
|
|
- autofs
|
|
- apache
|