Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.11/site-packages/ansible/galaxy/data/default/collection/meta/ |
Upload File : |
--- # Collections must specify a minimum required ansible version to upload # to galaxy # requires_ansible: '>=2.9.10' # Content that Ansible needs to load from another location or that has # been deprecated/removed # plugin_routing: # action: # redirected_plugin_name: # redirect: ns.col.new_location # deprecated_plugin_name: # deprecation: # removal_version: "4.0.0" # warning_text: | # See the porting guide on how to update your playbook to # use ns.col.another_plugin instead. # removed_plugin_name: # tombstone: # removal_version: "2.0.0" # warning_text: | # See the porting guide on how to update your playbook to # use ns.col.another_plugin instead. # become: # cache: # callback: # cliconf: # connection: # doc_fragments: # filter: # httpapi: # inventory: # lookup: # module_utils: # modules: # netconf: # shell: # strategy: # terminal: # test: # vars: # Python import statements that Ansible needs to load from another location # import_redirection: # ansible_collections.ns.col.plugins.module_utils.old_location: # redirect: ansible_collections.ns.col.plugins.module_utils.new_location # Groups of actions/modules that take a common set of options # action_groups: # group_name: # - module1 # - module2