mono-infrastructure/ansible/role-rocky-ipa.yml

14 lines
270 B
YAML
Raw Normal View History

2020-12-10 07:33:09 +00:00
---
2020-12-10 07:42:05 +00:00
# Creates the first server for an IPA infrastructure
# Variables for the infrastructure are in inventory/ipainventory
2020-12-10 07:33:09 +00:00
- name: Configure IPA server
hosts: ipaserver
become: true
vars_files:
- vars/encpass.yml
roles:
- role: ipaserver
state: present