shoneslab.sosreport
sosreport
Ansible 角色用于在 Ubuntu 系统上安装 Canonical sosreport 工具,并将 sosreport 发送到 Ansible 控制服务器。
要求
此角色需要 Ansible 2.0 或更高版本,平台要求列在元数据文件中。
角色变量
sosreport_apt_repo: "ppa:canonical-support/support-tools"
sosreport_report_dest_path: '/Users/shoneslab/temp/'
# 客户名称不应包含空格
sosreport_customer_name: 'shoneslab'
sosreport_caseid: 00123456
依赖关系
无
示例剧本
- name: Canonical SOS Report
hosts: all
become: true
roles:
- roles/ansible-role-sosreport
tags:
- sosreport
许可证
BSD
作者信息
Shone Jacob