Select Git revision
equinix-metal.md
-
Fish-pro authored
Signed-off-by:
Fish-pro <zechun.chen@daocloud.io>
Fish-pro authoredSigned-off-by:
Fish-pro <zechun.chen@daocloud.io>
automember-hostgroup-rule-absent.yml 404 B
---
- name: Automember hostgroup rule member absent example
hosts: ipaserver
become: true
tasks:
- name: Ensure hostgroup automember condition is absent
ipaautomember:
ipaadmin_password: SomeADMINpassword
name: "My domain hosts"
automember_type: hostgroup
state: absent
action: member
inclusive:
- key: fqdn
expression: ".*.mydomain.com"