登录 注册
当前位置:主页 > 资源下载 > 5 > 在系统上安装并配置取证工具的ansible-role-forensics

在系统上安装并配置取证工具的ansible-role-forensics

  • 更新:2024-12-10 08:54:56
  • 大小:24KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

在系统上安装和配置取证。 的GitHub GitLab 质量 资料下载 版本 该示例摘自molecule/resources/converge.yml并在每次推送,拉动请求和释放时进行了测试。 --- - name : converge hosts : all become : yes gather_facts : yes roles : - role : robertdebock.forensics 机器需要用CI进行准备,这可以使用molecule/resources/prepare.yml : --- - name : prepare hosts : all become : yes gather_facts : no roles : - role : robertdebock.bootstrap 另请参见有关如何使用这些