You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
other than in ansible-ruby-compiled, the sudo option for the iptable commands is missing. This leads to the following error:
failed: [default] => {"changed": false, "cmd": ["iptables", "-I", "OUTPUT", "-m", "tcp", "-p", "tcp", "-m", "multiport", "--dports", "22,80,443,9418", "-m", "comment", "--comment", "rbenv-ansible-temp", "-j", "ACCEPT"], "delta": "0:00:00.002652", "end": "2015-04-04 09:21:16.135851", "rc": 3, "start": "2015-04-04 09:21:16.133199", "warnings": []}
stderr: multiport: Could not determine whether revision 1 is supported, assuming it is.
modprobe: ERROR: could not insert 'ip_tables': Operation not permitted
iptables v1.4.21: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
The text was updated successfully, but these errors were encountered:
Hi,
other than in ansible-ruby-compiled, the sudo option for the iptable commands is missing. This leads to the following error:
The text was updated successfully, but these errors were encountered: