Showing paste #VwYP:

#cloud-config
package_update: true
package_upgrade: all
hostname: {{ v1.instance_id }}

packages:
- apt-transport-https
- ca-certificates
- software-properties-common
- gnupg-agent
- python-setuptools
- python3-pip
- python-pip
- collectd
- postgresql-client
- jq
- curl
- nfs-common
Make a new paste