austincloudguru.codedeploy_agent

Ansible角色:codedeploy-agent

Molecule 最新版本 许可证

此角色用于安装AWS的CodeDeploy代理。

要求

无。

角色变量

在AWS中运行此角色时,不需要设置任何变量。如果您想将其安装到AWS之外的服务器上,则必须设置区域:

 ansible_ec2_placement_region: us-east-1

依赖关系

您必须在AWS中正确配置CodeDeploy。

示例剧本

- hosts: servers
  vars:
     ansible_ec2_placement_region: us-east-1
  roles:
     - AustinCloudGuru.codedeploy-agent

许可证

MIT

作者信息

Mark Honomichl,别名 AustinCloudGuru 创建于2016年

关于项目

Installs Code Deploy

安装
ansible-galaxy install austincloudguru.codedeploy_agent
许可证
mit
下载
2.2k
拥有者