theoapp.theo_agent
Ansible 角色:Theo Agent
这是一个用于在 RHEL/CentOS、Debian/Ubuntu 上安装 TheoAgent 的 Ansible 角色。
要求
该角色假定目标主机上已安装 SSH 服务器。
角色变量
必需的变量:
theo_url:
theo_client_token:
有关可以自定义的变量,请参见 defaults/main.yml
依赖关系
无。
示例剧本
- hosts: servers
vars:
- theo_url: https://theo.example.com
- theo_client_token: zdOPNza4jjtceH5F2rU0iOkIJ2xlV4hGUauKT4cNe8HAp+AMnzYEzSc0EIBGM+MJuqL7gLd6bwIP
roles:
- theoapp.theo_agent
许可证
BSD
作者信息
该角色由 Gizero 于 2019 年创建。