自动化运维---python

自动化运维---python,第1张

自动化运维---python

作者:小明

```

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @author chentongming
# @date 2021/11/11
import os
import subprocess
import sys

all_class='xmclass'
file_code_type_name='.py'
file_code_type='py'
file_code_type_yml='.yml'
file_code_type_two_layer='star'
file_code_type_split01="."
file_code_type_split02="/"
file_code_type_split03=" "
file_code_type_split04="_"
ansible_file_site_name='./xmansible/site.yml'
ansible_file_hosts_name='./xmansible/hosts'
deployment_config_path_name='./conf/config.cfg'
deployment_base_path_name='./conf/base.cfg'
ansible_file_group_path='./xmansible/group_vars/all/'
ansible_file_group_all_path='./xmansible/grou

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5679976.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存