Closed firyx closed 2 years ago
Is there a way we can combine this with the docker commands? Very similar, potentially the same, if the docker command variable was named better. My bad grimacing
Is there a way we can combine this with the docker commands? Very similar, potentially the same, if the docker command variable was named better. My bad grimacing
Refactored to unite docker/shell commands. There are now 2 distinct playbooks to run shell commands - safer with and less safer without taking portals out of LB. Described in updated Readme.
@kwypchlo
Once this is merged and changes are pulled, we should update docker_commands
to shell_commands
in deploy-2022-...
configs.
Backwards compatibility (no change to existing configs is needed):
docker_commands
or newer shell_commands
must be definedBackwards compatibility (no change to existing configs is needed):
- at least one of: older
docker_commands
or newershell_commands
must be defined- when both are defined: Ansible adds those 2 lists and runs all commands
hold up, what do you mean at least one has to be defined? defining additional commands should be really optional right?
Backwards compatibility (no change to existing configs is needed):
- at least one of: older
docker_commands
or newershell_commands
must be defined- when both are defined: Ansible adds those 2 lists and runs all commands
hold up, what do you mean at least one has to be defined? defining additional commands should be really optional right?
My bad (incomplete) wording:
docker_commands
or shell_commands
, otherwise you have something misconfigured - e.g. you forget to load the vars file -e @my-vars/...
.docker_commands
and shell_commands
are optional.not on a current roadmap
PULL REQUEST
Overview
Adding a playbook to run ad-hoc shell commands against the portals.
Example for Visual Changes
Checklist
Issues Closed