summaryrefslogtreecommitdiff
path: root/ansible/roles/ansible/tasks/main.yml
blob: c50fa54653eca8a8967f5c262066e9a26c1501ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: install ansible
  apt: name=ansible

- name: install python-boto
  apt: name=python-boto

- name: install pass
  apt: name=pass

# We need this to create VM images to be deployed. Not specifically
# for Ansible itself.
- name: install vmdebootstrap
  apt: name=vmdebootstrap