Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reductionist non-privileged installation process #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maxstack
Copy link

Update Ansible deployment to allow for unprivileged deployment using Podman:

  • change Ansible collection from community.docker to containers.podman
  • update all Ansible tasks to use podman instead of docker, we install podman-docker for a docker compatible CLI but we need to be podman specific in our Ansible playbook
  • move group_vars/reductionist -> group_vars/all so all "reductionist_" prefixed vars can be used across plays, specifically Step and Reductionist
  • update documentation

…Podman

- change Ansible collection from community.docker to containers.podman
- update all Ansible tasks to use podman instead of docker, we install podman-docker for a docker compatible CLI but we need to be podman specific in our Ansible playbook
- move group_vars/reductionist -> group_vars/all so all "reductionist_" prefixed vars can be used across plays, specifically Step and Reductionist
- update documentation
@maxstack maxstack requested a review from sd109 January 22, 2025 09:20
@maxstack maxstack self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant