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/modules/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /lib/python3.11/site-packages/ansible/modules/__pycache__/ping.cpython-311.opt-1.pyc
�

���cD	��`�ddlmZmZmZeZdZdZdZddl	m
Z
d�Zedkre��dSdS)	�)�absolute_import�division�print_functiona�
---
module: ping
version_added: historical
short_description: Try to connect to host, verify a usable python and return C(pong) on success
description:
  - A trivial test module, this module always returns C(pong) on successful
    contact. It does not make sense in playbooks, but it is useful from
    C(/usr/bin/ansible) to verify the ability to login and that a usable Python is configured.
  - This is NOT ICMP ping, this is just a trivial test module that requires Python on the remote-node.
  - For Windows targets, use the M(ansible.windows.win_ping) module instead.
  - For Network targets, use the M(ansible.netcommon.net_ping) module instead.
options:
  data:
    description:
      - Data to return for the C(ping) return value.
      - If this parameter is set to C(crash), the module will cause an exception.
    type: str
    default: pong
extends_documentation_fragment:
    - action_common_attributes
attributes:
    check_mode:
        support: full
    diff_mode:
        support: none
    platform:
        platforms: posix
seealso:
  - module: ansible.netcommon.net_ping
  - module: ansible.windows.win_ping
author:
  - Ansible Core Team
  - Michael DeHaan
a
# Test we can logon to 'webservers' and execute python with json lib.
# ansible webservers -m ansible.builtin.ping

- name: Example from an Ansible Playbook
  ansible.builtin.ping:

- name: Induce an exception to see what happens
  ansible.builtin.ping:
    data: crash
zu
ping:
    description: Value provided with the data parameter.
    returned: success
    type: str
    sample: pong
)�
AnsibleModulec���tttdd������d���}|jddkrtd	���t|jd�
��}|jdi|��dS)N�str�pong)�type�default)�dataT)�
argument_spec�supports_check_moder�crash�boom)�ping�)r�dict�params�	Exception�	exit_json)�module�results  �9/usr/lib/python3.11/site-packages/ansible/modules/ping.py�mainrFs���
���5�&�1�1�1�
�
�
�!�	���F��}�V���'�'������
�
�]�6�
"����F��F����v�������__main__N)
�
__future__rrrr
�
__metaclass__�
DOCUMENTATION�EXAMPLES�RETURN�ansible.module_utils.basicrr�__name__rrr�<module>r$s���A�@�@�@�@�@�@�@�@�@��
�"�
�H
��
��5�4�4�4�4�4����$�z����D�F�F�F�F�F��r

Youez - 2016 - github.com/yon3zu
LinuXploit