mono-infrastructure/ansible/playbooks/import-rockygroups.yml
2020-12-11 00:39:15 -07:00

12 lines
300 B
YAML

---
# Creates the first set of groups for the IdM Infrastructure
- name: "Creating Mandatory Groups"
ipagroup:
ipaadmin_password: "{{ ipaadmin_password }}"
name: "{{ item.group }}"
description: "{{ item.description }}"
nonposix: false
loop: "{{ ipagroups }}"
tags:
- groups