mono-infrastructure/ansible/import-rockygroups.yml
2020-12-10 00:42:05 -07:00

13 lines
298 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: no
loop: "{{ ipagroups }}"
tags:
- groups