摘要: 背景 最近有不少客户需要定期更改密码,每次一台一台更改浪费时间,写此过程一劳永逸 编写playbook [root@localhost pw]# cat 1-changePassword.yml hosts: k remote_user: root tasks: - name: change pas 阅读全文
posted @ 2020-10-27 21:07 水中鱼2018 阅读(480) 评论(0) 推荐(0) 编辑