sync repo to git
This commit is contained in:
10
infra-config/playbooks/idm-servers.yml
Normal file
10
infra-config/playbooks/idm-servers.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Playbook to configure IPA server
|
||||
hosts: ipaserver
|
||||
become: true
|
||||
vars_files:
|
||||
- idm-vault.yml
|
||||
|
||||
roles:
|
||||
- role: freeipa.ansible_freeipa.ipaserver
|
||||
state: present
|
||||
Reference in New Issue
Block a user