freeipa / freeipa.ansible_freeipa / 1.11.1 / module / ipasudocmd Manage FreeIPA sudo command Authors: Rafael Guterres Jeffman (@rjeffman), Thomas Woerner (@t-woerner) preview | supported by communityfreeipa.ansible_freeipa.ipasudocmd (1.11.1) — module
Install with ansible-galaxy collection install freeipa.ansible_freeipa:==1.11.1
collections: - name: freeipa.ansible_freeipa version: 1.11.1
Manage FreeIPA sudo command
# Ensure sudocmd is present - freeipa.ansible_freeipa.ipasudocmd: ipaadmin_password: SomeADMINpassword name: /usr/bin/su state: present
# Ensure sudocmd is absent - freeipa.ansible_freeipa.ipasudocmd: ipaadmin_password: SomeADMINpassword name: /usr/bin/su state: absent
name: aliases: - sudocmd description: The sudo command elements: str required: true type: list state: choices: - present - absent default: present description: State to ensure type: str description: description: The command description required: false type: str ipaapi_context: choices: - server - client description: 'The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. ' required: false type: str ipaadmin_password: description: The admin password. required: false type: str ipaapi_ldap_cache: default: true description: Use LDAP cache for IPA connection. type: bool ipaadmin_principal: default: admin description: The admin principal. type: str