标签: ansible
我想通过ansible创建用户“部署”,设置ssh密钥,组权限,然后将ansible设置为该用户。
我该怎么做?
答案 0 :(得分:0)
使用用户模块创建用户“部署” https://docs.ansible.com/ansible/latest/modules/user_module.html
以及下一个任务:
become: yes become_user: deploy