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 (11 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
cc_scripts_per_instance:
  description: |
    Any scripts in the ``scripts/per-instance`` directory on the datasource
    will be run when a new instance is first booted. Scripts will be run in
    alphabetical order. This module does not accept any config keys.

    Some cloud platforms change ``instance-id`` if a significant change was
    made to the system. As a result, per-instance scripts will run again.
  examples: []
  name: Scripts Per Instance
  title: Run per-instance scripts