Add shell hosts group

This commit is contained in:
Timo Makinen 2020-09-11 15:46:32 +00:00
parent d88f341d15
commit 199e250562
4 changed files with 50 additions and 0 deletions

23
playbooks/shell.yml Normal file
View file

@ -0,0 +1,23 @@
---
- import_playbook: "include/deploy-kvm-guest.yml myhosts=shell"
- name: configure instance
hosts: shell
user: root
gather_facts: true
vars_files:
- "{{ ansible_private }}/vars.yml"
roles:
- base
- role: kerberos/keytab
principals:
- "host/{{ inventory_hostname }}@{{ kerberos_realm }}"
- "nfs/{{ inventory_hostname }}@{{ kerberos_realm }}"
- nfs-client
- kerberos/client
- kerberos-auth
- ldap/client
- ldap/nss
- autofs