Add print01 host
This commit is contained in:
parent
c3c37d1b14
commit
027dfc2a48
4 changed files with 34 additions and 0 deletions
15
playbooks/print.yml
Normal file
15
playbooks/print.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=print"
|
||||
|
||||
- name: configure instance
|
||||
hosts: print
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
||||
vars_files:
|
||||
- "{{ ansible_private }}/vars.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- sssd
|
||||
- mkhomedir
|
Loading…
Add table
Add a link
Reference in a new issue