Add shell hosts group
This commit is contained in:
parent
d88f341d15
commit
199e250562
4 changed files with 50 additions and 0 deletions
23
playbooks/shell.yml
Normal file
23
playbooks/shell.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue