Skip to content

Commit

Permalink
Fixed README.md linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Edgin committed Sep 18, 2023
1 parent dce8e37 commit ffadd1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Variable | Default
`irods_cfg_re_additional_rulebases` | [] | | an array of file names (without the .re extension) that will be loaded in order before core.re is loaded
`irods_cfg_root_dir` | / | | The root directory where all depositions are relative to
`irods_cfg_rule_engine_server_sleep_time` | 30 | | how frequently the rule engine polls for scheduled rules when idle in seconds
`irods_cfg_schema_validation_base_uri` | 'https://schemas.irods.org/configuration' | a URI or 'off' | the URI against which the iRODS server configuration is validated. 'off' means to skip validation
`irods_cfg_schema_validation_base_uri` | `https://schemas.irods.org/configuration` | a URI or 'off' | the URI against which the iRODS server configuration is validated. 'off' means to skip validation
`irods_cfg_server_control_plane_encryption_algorithm` | AES-256-CBC | | the algorithm used to encrypt control plane communications
`irods_cfg_server_control_plane_encryption_num_hash_rounds` | 16 | | the number of hash rounds used in the control plane communications
`irods_cfg_server_control_plane_key` | TEMPORARY__32byte_ctrl_plane_key | | the the encryption key required for communicating with the iRODS grid control plane, must be 32 bytes
Expand Down Expand Up @@ -161,7 +161,7 @@ None

## Example Playbooks

````yaml
```yaml
# Client
- hosts: webdav
vars:
Expand Down Expand Up @@ -233,7 +233,7 @@ None
irods_cfg_zone_key: secret
irods_cfg_zone_name: iplant
irods_cfg_zone_user: has_admin
````
```
## License
Expand Down

0 comments on commit ffadd1a

Please sign in to comment.