05 2020 档案

摘要:virtualenv --no-sit-packages --python=python3 venv1 阅读全文
posted @ 2020-05-31 17:10 xuqidong 阅读(733) 评论(0) 推荐(0)
摘要:1 #!/usr/bin/env python 2 3 import json 4 import shutil 5 from ansible.module_utils.common.collections import ImmutableDict 6 from ansible.parsing.dat 阅读全文
posted @ 2020-05-27 23:47 xuqidong 阅读(201) 评论(0) 推荐(0)
摘要:1.安装ansible wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo yum install ansible -y 2.管理被控端,管理机先生成秘钥,然后推送公钥 [root@demo ~] 阅读全文
posted @ 2020-05-24 23:18 xuqidong 阅读(206) 评论(0) 推荐(0)