# 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 ```yaml --- - hosts: all roles: - role: msvsphere.ci.kerberos_principal kerberos_principal_name: kojiroot kerberos_principal_password: 'USER_PASSWORD' ``` ## License MIT. ## Authors * [Eugene Zamriy](mailto:ezamriy@msvsphere-os.ru)