mono-infrastructure/ansible/role-rocky-ipa.yml
2020-12-10 00:42:05 -07:00

14 lines
270 B
YAML

---
# Creates the first server for an IPA infrastructure
# Variables for the infrastructure are in inventory/ipainventory
- name: Configure IPA server
hosts: ipaserver
become: true
vars_files:
- vars/encpass.yml
roles:
- role: ipaserver
state: present