mirror of
https://github.com/clearlinux/clr-cloud-init-svc.git
synced 2026-09-06 22:01:42 +00:00
Separating the application from its configuration to enable the creation of install scripts with parameters users can modify
16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
#cloud-config
|
|
packages:
|
|
- python-basic
|
|
|
|
groups:
|
|
- cloud-init
|
|
|
|
users:
|
|
- name: cloudinit
|
|
groups: cloud-init
|
|
homedir: /home/cloudinit
|
|
no-log-init: true
|
|
sudo:
|
|
- ALL ALL=(ALL) NOPASSWD:ALL
|
|
|