mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
13 lines
247 B
YAML
13 lines
247 B
YAML
---
|
|
- name: Permission present example
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Ensure permission is present
|
|
ipapermission:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: TestPerm1
|
|
object_type: host
|
|
right: all
|