mono-infrastructure/ansible/playbooks/import-rockygroups.yml

13 lines
298 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 set of groups for the IdM Infrastructure
2020-12-10 07:33:09 +00:00
- name: "Creating Mandatory Groups"
ipagroup:
ipaadmin_password: "{{ ipaadmin_password }}"
name: "{{ item.group }}"
description: "{{ item.description }}"
nonposix: no
loop: "{{ ipagroups }}"
tags:
- groups