Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Jul 18, 2023
1 parent 63870d0 commit daac911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Set up (the latest version of) [RStudio Connect](https://www.rstudio.com/product
* `rstudio_connect_config`: A map of maps containing RStudio Connect configuration. Gets converted into Golang's configuration file (GCFG) and is writted on down to `rstudio-connect.gcfg`. See [default](./defaults/main.yml) for an example.
* `rstudio_connect_config_override` [default: `""`]: If you know what you're doing, you can override whole `rstudio-connect.gcfg` config.
* `rstudio_connect_license`: If specified, RStudio Connect will attempt to activate the supplied license key.
* `rstudio_connect_user_id` [default: `-1`]: Set user id of `rstudio-connect` user to the provided value after Connect installation. Helps with keeping a consistent UID.
* `rstudio_connect_group_id` [default: `-1`]: Set group id of `rstudio-connect` user to the provided value after Connect installation. Helps with keeping a consistent GID.
* `rstudio_connect_user_id` [default: undefined]: Set user id of `rstudio-connect` user to the provided value after Connect installation. Helps with keeping a consistent UID.
* `rstudio_connect_group_id` [default: undefined]: Set group id of `rstudio-connect` user to the provided value after Connect installation. Helps with keeping a consistent GID.
* `rstudio_connect_python_executables` [default: `[]`]: List of paths to Python executables (e.g. `[/opt/python/3.10.6/bin/python3]`).
* `python_versions` [default: `[]`]: List of Python versions, which were installed with [ansible-python-install role](https://github.com/Appsilon/ansible-python-install) (e.g. `[3.10.6, 3.7.8]`). Role will append Python executables information to the RStudio Connect configuration (using pattern: `/opt/python/x.x.x/bin/python3`).

Expand Down

0 comments on commit daac911

Please sign in to comment.