summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config-ansible.txt
blob: a3e7c273c8165d077b735122b06aeea6fa379b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#cloud-config
version: v1
packages_update: true
packages_upgrade: true

# if you're already installing other packages, you may
# wish to manually install ansible to avoid multiple calls
# to your package manager
packages:
  - ansible
  - git
ansible:
  install-method: pip
  pull:
    url: "https://github.com/holmanb/vmboot.git"
    playbook-name: ubuntu.yml