Ansible collection for Posit applications
Find a file
devxy-bot 06eeef4caf
All checks were successful
ci/crow/push/changelog Pipeline was successful
ci/crow/push/lint Pipeline was successful
ci/crow/push/molecule Pipeline was successful
chore(deps): update pre-commit hook rbubley/mirrors-prettier to v3.8.0
2026-01-16 00:36:57 +00:00
.crow chore(deps): update codeberg.org/crow-plugins/clone docker tag to v1.0.3 2026-01-16 00:36:38 +00:00
.gitsv chore: README and prettier 2024-12-31 17:19:16 +01:00
.vscode address lints 2025-01-01 14:19:51 +01:00
ansibledoctor/templates/readme chore: upgrade ansible-doctor and templates 2025-01-01 14:35:35 +01:00
extensions/molecule/workbench_default enable systemd in molecule 2025-01-01 15:49:27 +01:00
meta fix: add requires_ansible to runtime.yml 2025-01-06 11:15:39 +01:00
roles fix(workbench): assign ownership of various files under /var/lib/rstudio-server to rstudio-server user 2025-11-21 15:37:04 +01:00
test migrate to top level collection 2024-12-17 15:41:29 +01:00
.ansible-lint address lints 2025-01-01 14:19:51 +01:00
.editorconfig initial upload 2024-05-28 00:01:23 +02:00
.gitignore chore: delete unused files and update gitignore 2025-05-21 08:56:49 +02:00
.markdownlint-cli2.yaml address lints 2025-01-01 14:19:51 +01:00
.markdownlint.yaml migrate to top level collection 2024-12-17 15:41:29 +01:00
.pre-commit-config.yaml chore(deps): update pre-commit hook rbubley/mirrors-prettier to v3.8.0 2026-01-16 00:36:57 +00:00
.yamllint.yaml feat: adjust nsswitch.conf and add pwb nss profile 2025-02-08 20:48:16 +01:00
ansible.cfg workbench role and test infra 2024-08-08 23:04:00 +02:00
commitlint.config.mjs address lints 2025-01-01 14:19:51 +01:00
galaxy.yml [skip ci] Update galaxy.yml after release 2025-09-14 08:49:13 +00:00
inventory.ini workbench role and test infra 2024-08-08 23:04:00 +02:00
Justfile chore: prettier after ansible-doctor 2025-07-23 13:55:04 +02:00
README.md refactor: migrate from GitLab to CodeFloe 2025-05-09 11:13:27 +02:00
renovate.json fix renovate config 2024-12-17 15:42:49 +01:00
requirements.yaml chore(deps): update dependency community.crypto to v3.1.0 2025-12-30 00:33:22 +00:00
ssh.cfg workbench role and test infra 2024-08-08 23:04:00 +02:00

Ansible Collection "Posit"

status-badge

Collection to install Posit PBC software.

Installation

ansible-galaxy collection install devxy.posit

Ansible Galaxy

Documentation

Refer to the README.md files within each individual role:

Testing

All roles are tested via molecule using various test scenarios (defined in extensions/molecule/).

Developing

Molecule (test framework)

  1. Install and active venv via just init-venv
  2. Run molecule <scenario>, e.g. molecule r_default