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

12 lines
324 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"
freeipa.ansible_freeipa.ipagroup:
2020-12-10 07:33:09 +00:00
ipaadmin_password: "{{ ipaadmin_password }}"
name: "{{ item.group }}"
description: "{{ item.description }}"
2020-12-11 07:39:15 +00:00
nonposix: false
2020-12-10 07:33:09 +00:00
loop: "{{ ipagroups }}"
tags:
- groups