Terry Bowling
Terry Bowling
When running a playbook a second time, it not detecting that the interface is already up and errors out. ``` # ansible-playbook -l util6vm net_demo.yml -vv ansible-playbook 2.5.1 config file...
on RHEL 6, when removing a bond using state=absent, it removes the config files but does not actually down the bond interface. Subsequent attempts to down the bond via playbook...
http://www.libteam.org/ website not available.
When creating an image and uploading it to Oracle Cloud Infrastructure, it failed to upload image to the custom images bucket but provided no indication that anything was wrong. GUI...
I propose that the core_collector variable should have a default value that matches the default value in the /etc/kdump.conf file provided by kexec-tools package. `core_collector: "makedumpfile -l --message-level 1 -d...
When testing "path: /var/mytest/crash" as an alternate dump location, kdump fails to restart because the path does not exist. However, the value is written to the /etc/kdump.conf file. I propose...
Playbook fails when lv size is equal to vg size. ``` TASK [linux-system-roles.storage : Make sure LV exists] *************************************************************************************************************************** fatal: [rhel7]: FAILED! => {"changed": false, "err": " Volume group \"composer\"...
I accidentally executed a playbook using the storage role where I did not have a device defined. Would it be good to detect very early that a device name is...
@dwlehman reminder that we need to clearly communicate to end users via upstream documentation that the current behavior is to default to destructively overwriting existing and conflicting volume groups and...
LVM size is not supporting 100% option. I tried multiple syntax combinations: "100%", '100%' but both failed. ``` TASK [linux-system-roles.storage : parse the specified size] ********************************************************************************************************************** fatal: [rhel7]: FAILED! =>...