Files
George T Kramer 89dfb8f9cf Creating a distribution directory
Separating the application from its configuration to enable the creation of install scripts with parameters users can modify
2017-03-10 11:32:47 -08:00

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