debops
debops copied to clipboard
Fix pid max 32bits
Only ship sysctl pid-max conf with pid-max set to 2^22 to 64bits archs.
First add the is_64bits fact to debops.core.
ping? I still own an armv7 armhf board that requires this fix (Odroid U2).
Might be of interest to document this new ansible_local.core.is_64bits in the debops doc.
Probaly this is an ansible missing feature, ie ansible missing flag that should be added in ansible not in debops. So maybe it should not be documented here and pushed upstream. If it ever goes into ansible we could get rid of the Debops core flag workaround.