File: data.yaml

package info (click to toggle)
cloud-init 25.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,052 kB
  • sloc: python: 134,399; sh: 3,879; makefile: 128; javascript: 30; xml: 22
file content (16 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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:
    file: cc_ansible/example2.yaml
  name: Ansible
  title: Configure Ansible for instance