Skip to content
Snippets Groups Projects
Unverified Commit 512df437 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #564 from chr15p/typos-vault

more minor documentation fixes, in vault module
parents 80e39c84 97f37fb3
No related branches found
No related tags found
No related merge requests found
...@@ -219,23 +219,25 @@ Variable | Description | Required ...@@ -219,23 +219,25 @@ Variable | Description | Required
`ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no
`name` \| `cn` | The list of vault name strings. | yes `name` \| `cn` | The list of vault name strings. | yes
`description` | The vault description string. | no `description` | The vault description string. | no
`nomembers` | Suppress processing of membership attributes. (bool) | no
`password` \| `vault_password` \| `ipavaultpassword` \| `old_password`| Vault password. | no `password` \| `vault_password` \| `ipavaultpassword` \| `old_password`| Vault password. | no
`password_file` \| `vault_password_file` \| `old_password_file`| File containing Base64 encoded Vault password. | no `password_file` \| `vault_password_file` \| `old_password_file`| File containing Base64 encoded Vault password. | no
`new_password` | Vault new password. | no `new_password` | Vault new password. | no
`new_password_file` | File containing Base64 encoded new Vault password. | no `new_password_file` | File containing Base64 encoded new Vault password. | no
`public_key ` \| `vault_public_key` \| `old_password_file` | Base64 encoded vault public key. | no `public_key ` \| `vault_public_key` \| `ipavaultpublickey` | Base64 encoded vault public key. | no
`public_key_file` \| `vault_public_key_file` | Path to file with public key. | no `public_key_file` \| `vault_public_key_file` | Path to file with public key. | no
`private_key `\| `vault_private_key` | Base64 encoded vault private key. Used only to retrieve data. | no `private_key `\| `vault_private_key` \| `ipavaultprivatekey` | Base64 encoded vault private key. Used only to retrieve data. | no
`private_key_file` \| `vault_private_key_file` | Path to file with private key. Used only to retrieve data. | no `private_key_file` \| `vault_private_key_file` | Path to file with private key. Used only to retrieve data. | no
`salt` \| `vault_salt` \| `ipavaultsalt` | Vault salt. | no `salt` \| `vault_salt` \| `ipavaultsalt` | Vault salt. | no
`vault_type` \| `ipavaulttype` | Vault types are based on security level. It can be one of `standard`, `symmetric` or `asymmetric`, default: `symmetric` | no `vault_type` \| `ipavaulttype` | Vault types are based on security level. It can be one of `standard`, `symmetric` or `asymmetric`, default: `symmetric` | no
`user` \| `username` | Any user can own one or more user vaults. | no `username` \| `user` | Any user can own one or more user vaults. | no
`service` | Any service can own one or more service vaults. | no `service` | Any service can own one or more service vaults. | no
`shared` | Vault is shared. Default to false. (bool) | no `shared` | Vault is shared. Default to false. (bool) | no
`users` | Users that are members of the vault. | no `users` | List of users that are members of the vault. | no
`groups` | Groups that are member of the vault. | no `groups` | List of groups that are member of the vault. | no
`services` | Services that are member of the vault. | no `services` | List of services that are member of the vault. | no
`owners` \| `ownerusers` | List of users that are owners of the vault. | no
`ownergroups` | List of groups that are owners of the vault. | no
`ownerservices` | List of services that are owners of the vault. | no
`data` \|`vault_data` \| `ipavaultdata` | Data to be stored in the vault. | no `data` \|`vault_data` \| `ipavaultdata` | Data to be stored in the vault. | no
`in` \| `datafile_in` | Path to file with data to be stored in the vault. | no `in` \| `datafile_in` | Path to file with data to be stored in the vault. | no
`out` \| `datafile_out` | Path to file to store data retrieved from the vault. | no `out` \| `datafile_out` | Path to file to store data retrieved from the vault. | no
......
...@@ -119,6 +119,7 @@ options: ...@@ -119,6 +119,7 @@ options:
description: Users that are owners of the vault. description: Users that are owners of the vault.
required: false required: false
type: list type: list
aliases: ["ownerusers"]
ownergroups: ownergroups:
description: Groups that are owners of the vault. description: Groups that are owners of the vault.
required: false required: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment