forklift icon indicating copy to clipboard operation
forklift copied to clipboard

Helpful deployment scripts for Foreman and Katello

Results 67 forklift issues
Sort by recently updated
recently updated
newest added

Fixes the following error on Debian12 bookworm with locale `de_DE.UTF-8`. Not fully sure, which aspect is to blame :innocent: ``` ==> centos8-katello-devel: Running provisioner: disk_resize (ansible)... Vagrant gathered an unknown...

Test failure is unrelated. Here is the playbook run, showing it worked ``` PLAY RECAP ********************************************************************* centos7-hammer-devel : ok=30 changed=24 unreachable=0 failed=0 skipped=2 rescued=0 ignored=3 ```

Follow up on https://github.com/theforeman/forklift/pull/1605. Ruby 2.5 was chosen because EL8 ships Ruby 2.5 by default.

This allows re-running the provisioner without overwriting the user's changes to the configuration, so that the installer in devel setups more closely matches the familiar standard behavior.

The readme specifies Ansible 2.9+ but that seems to no longer be sufficient due to multiple errors in the playbooks. 2.13.7 worked for me, but a lower version may also...

Since we do not support EPEL on the actual install, we enable, install and then remove it. I am running into an issue that I think has to do with...