scottslowe-learning-tools/ovn-docker-ansible/update.yml
Scott S. Lowe 31411b64f1 Commit initial set of files for an OVN-Docker environment
Commit an initial set of files (Vagrantfile, machines.yml) and Ansible playbooks (update.yml, provision.yml, config.json.j2, consul.conf, ansible.cfg) for turning up an OVN-Docker cluster of 3 VMs.
2016-09-23 17:19:16 -06:00

10 lines
167 B
YAML

---
- hosts: "all"
become: "yes"
remote_user: "vagrant"
tasks:
- name: Update package cache
apt:
update_cache: "yes"
cache_valid_time: "3600"