随笔分类 -  ansible

ansible实战-2023
摘要:环境信息:cat /etc/ansible/hosts[webserver]192.168.31.18 ansible_ssh_user=root ansible_ssh_pass=123456 http_port=815 testvar=31.18 mysql_port=3309[dbserver 阅读全文
posted @ 2023-06-04 12:36 SZ_文彬 阅读(25) 评论(0) 推荐(0)
ansible自动化
摘要:1.配置yum源:上传epel.repo yum clean all yum update 安装ansible 查询是否有ansible yum list *ansile 查看该ansible的信息 yum info ansible.noarch 安装ansible yum install ansi 阅读全文
posted @ 2019-07-13 00:46 SZ_文彬 阅读(264) 评论(0) 推荐(0)