Fork me on GitHub

摘要: [toc] ansible语法 注意:需要提示分发公钥 m:指定模块 a:指定参数 test 对应 /etc/ansible/hosts中的[test] all 对应 /etc/ansible/hosts所有ip 注意:默认模块不支持管道通信 常用参数 |参数|解释| | | | | m|模块,默认 阅读全文
posted @ 2019-12-07 16:39 anyux 阅读(1784) 评论(0) 推荐(0)
摘要: [toc] 初始化配置 配置镜像 安装常用工具 systemd systemd提供更优秀的框架以表示系统服务间的依赖关系 实现系统初始化时服务的并行启动,同时达到降低Shell的系统开销的效果 systemd的目标是:尽可能启动更少进程;尽可能将更多进程并行启动。 systemd尽可能减少对shel 阅读全文
posted @ 2019-12-07 12:58 anyux 阅读(602) 评论(0) 推荐(0)