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/README.md

32 lines
995 B

# 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)