1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
cc_ansible:
description: >
This module provides Ansible integration for augmenting cloud-init's
configuration of the local node.
This module installs ``ansible`` during boot and then uses ``ansible-pull``
to run the playbook repository at the remote URL.
examples:
- comment: |
Example 1:
file: cc_ansible/example1.yaml
- comment: >
Example 2: Multiple ansible-pull URLs can be provided by providing a list
of pull objects. Additionally, multiple playbooks can be provided as a
space-separated playbook_name value.
file: cc_ansible/example2.yaml
name: Ansible
title: Configure Ansible for instance
|