Bryan Parry
Bryan Parry
I have several git repositories with a single app in each. I want to aggregate the deployment of each of these repos using the applier. What is the best way...
The following playbooks still reference the OpenShift 3.9 service names: - playbooks/ocp-services-start.yml - playbooks/ocp-services-stop.yml - playbooks/ocp-hosts-shutdown.yml These playbooks should update their services to the OpenShift 3.11 equivalent (see `ocp-rolling-services-restart.yml` or...
When I try to install vagrant 2.2.7 on RHEL 8.3 with ansible 2.9.16, the package install task fails with: ``` TASK [crivetimihai.virtualization.vagrant : install RedHat packages] ********************************************************************************* fatal: [localhost]: FAILED!...
Fixed several items with the RHEL 8 VirtualBox role: - Remove temporary fix for RHEL 8 VirtualBox configuration since a RHEL 8 RPM is now available. The `when` statement on...
In the Vagrant role, the task for RedHat references a variable `redhat_packages`, however the variable defined in the vars file is `rhel_packages`. The variable name should be changed to be...
After upgrading the infra.leapp role to 1.6.0, I'm getting a failure on this check for 8to9: ```` TASK [infra.leapp.upgrade : leapp-post-upgrade | No previous RHEL kernels are present in /boot/loader/entry...
### Summary The ansible-galaxy collection has a `download` command that packages collections as tarballs. `ansible-galaxy role` should have an equivalent `download` "ROLE_ACTION" so roles can be downloaded as tarballs. This...
skopeo can be used to copy images to/from archives, and this is a valid use case for the Tekton task as well. For example, if a user needs to "import"...
skopeo-copy can operate on a single pair of source and destination images, or a list of images passed via the images-url workspace. The images-url workspace should *not* be required when...