-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DEPRECATION WARNING]: Skipping task due to undefined Error #83
Comments
Hmm, is that with a default config? Or did you set anything in the Ansible inventory to configure additional firewall rules? |
On Tue, Apr 5, 2016 at 4:42 PM, Maciej Delmanowski <[email protected]
I figured out where the error is occurring but not why. Commenting out " MarkMark Gardner |
OK, so here's the thing - |
On Tue, Apr 5, 2016 at 5:26 PM, Maciej Delmanowski <[email protected]
One of the differences was I did not use the role:: prefix in the tag Thanks for your help. And thanks for DebOps. Sorry for the distraction. MarkMark Gardner |
Hmm, that's weird, tag names shouldn't affect the variables, unless something changed in Ansible. But I think that I know what happened. As you can see in the playbook, debops.ferm uses dependent variables to configure additional things for other roles. However, these variable contents are defined in the |
On Wed, Apr 6, 2016 at 8:28 AM, Maciej Delmanowski <[email protected]
MarkMark Gardner |
No need to, if you write your own playbook just omit these dependent variables. Instead of writing:
in your playbook, just write:
That way, NB, the default |
On Wed, Apr 6, 2016 at 8:38 AM, Maciej Delmanowski <[email protected]
MarkMark Gardner |
That's an unfortunate consequence of designing for production environment, I suppose. The secure deployments are complicated, no way around that unfortunately. |
On Wed, Apr 6, 2016 at 8:42 AM, Maciej Delmanowski <[email protected]
MarkMark Gardner |
Sounds like a bad habit indeed. :-) |
The debops.ferm role has two errors that give the following error messages:
TASK [debops.ferm : Remove ip(6)tables rules if requested] *********************
[DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this will be a fatal error.. This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in
ansible.cfg.
TASK [debops.ferm : Configure ip(6)tables rules] *******************************
[DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this will be a fatal error.. This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in
ansible.cfg.
Environment:
The text was updated successfully, but these errors were encountered: