arnobirchler.create-account

Ansible 角色 | 创建账户

构建状态

创建账户的角色,带有 travis-ci 配置

要求

不需要任何要求

角色变量

- user: scott
- sudoer: deployer
# 我们监听的端口、IP 和协议
ssh_port: [22]
ssh_protocol: 2
ssh_listen_address: []
# 认证
ssh_permit_root_login: 'yes'
ssh_pubkey_authentication: 'yes'
ssh_password_authentication: 'yes'
# 开机启动
ssh_service_enabled: yes
# 当前状态:已启动,已停止
ssh_service_state: started

依赖

Ansible : 无依赖

Travis : 2 个依赖

示例 Playbook

- name: "FILE | 创建一个文件"
  file:
    path: "./test.txt"
    state: touch

许可证

MIT

作者信息

Arno Birchler

关于项目

quick and easy account creater

安装
ansible-galaxy install arnobirchler.create-account
许可证
Unknown
下载
224
拥有者