ANTS-Framework.linux_rootpassword

linux root密码

构建状态

使用 ansible 的 user 模块 来设置 root 密码。

大多数 Linux 发行版的密码哈希可以按照以下文档生成 这里

角色变量

    linux_rootpassword__password: 'plz_change_me'

示例剧本

    - hosts: classroom
      vars:
        - linux_rootpassword__password: "hashvaluehere"
      roles:
        - linux_rootpassword

许可证

GPLv3

作者信息

属于 ANTS 框架 的一部分

安装
ansible-galaxy install ANTS-Framework.linux_rootpassword
许可证
gpl-3.0
下载
88
拥有者