images/image-builder/config/qcow-control-plane/osconfig-control-plane-vars.yaml
Anderson, Craig (ca846m) 0d0e3ecf96 Additional Cleanup
Change-Id: I573de326f62fd154fec440329f5c14209094ae2e
2021-02-20 11:53:49 -08:00

11 lines
292 B
YAML

# Custom user-defined overrides to the `osconfig` playbook can be placed here.
# Example, writing an extra file to the OS:
#files:
# - name: /test.sh
# file_content: |
# #!/bin/bash
# echo hello world
# permissions: '0755'
# owner: root
# group: root