File: data.yaml

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (18 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
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