Right now, by default custom plugins are stored in home directory : ~/.ansible/plugins/callback Our custom plugins are placed in comman directory : say : /var/ansible/plugin
We dont have comman user to login to perform production activities, so if we make some changes in plugin placed in command directory, we have to ask everyone to copy it into their home directories (~/.ansible/plugins/callback)
Is there a way to avoid asking people and make it general.
Right now, by default custom plugins are stored in home directory : ~/.ansible/plugins/callback Our custom plugins are
placed in comman directory : say : /var/ansible/plugin
We dont have comman user to login to perform production activities, so if we make some changes in plugin placed in
command directory, we have to ask everyone to copy it into their home directories (~/.ansible/plugins/callback)
Is there a way to avoid asking people and make it general.
Custom callback path is defined in custom ansible.cfg. Even after specifying that, it looks for everyone’s home directory and always pick the one present in home directory ~/.ansible/plugins/callback