运维编排场景系列---在ECS实例上运行Ansible-playbook
场景介绍 Ansible是一个简单的自动化运维管理工具,基于Python语言实现,由Paramiko和PyYAML两个关键模块构建,可用于自动化部署应用、配置、编排task(持续交付、无宕机更新等)。本文介绍通过OOS在实例中运行指定OSS中的PlayBook。 模板介绍 模板内容: FormatVersion: OOS-2019-06-01 Description: Use this template to run Ansible playbooks on ECS Instance. Parameters: instanceId: Description: The ID of ECS Instance. Type: String MaxLength: 30 MinLength: 1 playbookurl: Type: String Description: "You must specify a URL where the playbook is stored.You can specify the URL in the following formats: http://exam...







