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.
Eugene Zamriy
549b14dc7e
|
11 months ago | |
---|---|---|
.. | ||
defaults | 11 months ago | |
meta | 11 months ago | |
tasks | 11 months ago | |
README.md | 11 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.