摘要:
playbook 剧本如下 192.168.11.172 ansible_user=opsadmin ansible_sudo_pass="x" ansible_ssh_port=12600192.168.11.173 ansible_user=opsadmin ansible_sudo_pass= 阅读全文
摘要:
执行效果 阅读全文
摘要:
1、环境如下 ansible 主控端 192.168.33.239 被控端 192.168.11.148 192.168.11.149 1.使用 ssh-keygen -t rsa生成密钥对 (后面用opsadmin用户来操作) 2.推送单个公钥到远程机器 格式: ssh-copy-id -i ~/ 阅读全文
该文被密码保护。 阅读全文
摘要:
使用系统自带的logrorate来切个nginx日志,位于/usr/sbin/logrotate 需要注意的是你们的nginx.pid位置,不一定是在/home/nginx/logs/nginx.pid 执行该命令测试 logrotate -vf /etc/logrotate.d/nginx 查看生 阅读全文
摘要:
[root@mail CA]# openssl req -new -x509 -key private/cakey.pem -out cacert.pem -days 36560You are about to be asked to enter information that will be i 阅读全文
摘要:
请先看基础篇 https://www.cnblogs.com/hellojackyleon/p/9281620.html https://sourceforge.net/projects/courier/files/authlib/0.66.3/courier-authlib-0.66.3.tar. 阅读全文
摘要:
# yum remove postfix ##删除系统自带postfix# userdel postfix# groupdel postdrop# groupadd -g 2525 postfix# useradd -g postfix -u 2525 -s /sbin/nologin -M pos 阅读全文
摘要:
1、目录结构规划如下 mkdir -p /srv/salt/prod/haproxy mkdir -p /srv/salt/prod/keepalived mkdir -p /srv/salt/prod/pkg mkdir -p /srv/salt/prod/cluster mkdir -p /sr 阅读全文
摘要:
1、整体结构如下 2、状态文件内容如下 3、执行结果 [root@zabbix init]# salt '*' state.highstate test=Truezabbix: ID: /etc/resolv.conf Function: file.managed Result: True Comm 阅读全文