Uname:Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64

Base Dir : /home/nobi37te/public_html

User : nobi37te


403WebShell
403Webshell
Server IP : 172.67.134.116  /  Your IP : 216.73.217.22
Web Server : Apache
System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : nobi37te ( 1003)
PHP Version : 8.2.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/lib/python3.9/site-packages/ansible/plugins/filter/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.9/site-packages/ansible/plugins/filter/comment.yml
DOCUMENTATION:
  name: comment
  version_added: 'historical'
  short_description: comment out a string
  description:
    - Use programming language conventions to turn the input string into an embeddable comment.
  positional: _input, style
  options:
    _input:
      description: String to comment.
      type: string
      required: true
    style:
      description: Comment style to use.
      type: string
      default: plain
      choices: ['plain', 'decoration', 'erlang', 'c', 'cblock', 'xml']
    decoration:
      description: Indicator for comment or intermediate comment depending on the style.
      type: string
    begining:
      description: Indicator of the start of a comment block, only available for styles that support multiline comments.
      type: string
    end:
      description: Indicator the end of a comment block, only available for styles that support multiline comments.
      type: string
    newline:
      description: Indicator of comment end of line, only available for styles that support multiline comments.
      type: string
      default: '\n'
    prefix:
      description: Token to start each line inside a comment block, only available for styles that support multiline comments.
      type: string
    prefix_count:
      description: Number of times to add a prefix at the start of a line, when a prefix exists and is usable.
      type: int
      default: 1
    postfix:
      description: Indicator of the end of each line inside a comment block, only available for styles that support multiline comments.
      type: string
    protfix_count:
      description: Number of times to add a postfix at the end of a line, when a prefix exists and is usable.
      type: int
      default: 1

EXAMPLES: |

    # commented =>  #
    #               # Plain style (default)
    #               #
    commented: "{{ 'Plain style (default)' | comment }}"

    # not going to show that here ...
    verycustom: "{{ "Custom style" | comment('plain', prefix='#######\n#', postfix='#\n#######\n   ###\n    #') }}"


RETURN:
  _value:
    description: The 'commented out' string.
    type: string

Youez - 2016 - github.com/yon3zu
LinuXploit