You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-msvsphere.ci/roles/kerberos_principal
Eugene Zamriy 549b14dc7e
Adds kerberos_principal and koji_server roles
9 months ago
..
defaults Adds kerberos_principal and koji_server roles 9 months ago
meta Adds kerberos_principal and koji_server roles 9 months ago
tasks Adds kerberos_principal and koji_server roles 9 months ago
README.md Adds kerberos_principal and koji_server roles 9 months ago

README.md

msvsphere.ci.kerberos_principal

An Ansible role that creates a kerberos principal.

Variables

Variable Default value Type Description Required
kerberos_principal_name str Kerberos principal. yes
kerberos_principal_password str Kerberos principal password. no
kerberos_principal_keytab_path str Kerberos principal keytab path. no
kerberos_principal_realm str Kerberos realm. no

Example playbook

---
- hosts: all
  roles:
    - role: msvsphere.ci.kerberos_principal
      kerberos_principal_name: kojiroot
      kerberos_principal_password: 'USER_PASSWORD'

License

MIT.

Authors