scottslowe-learning-tools/traefik/vagrant-ansible/provision.yml
Scott Lowe 12215bbf7e
Integrate changes from ubuntu-swarm-mode environment
Integrate changes to create-swarm.yml, destroy-swarm.yml, machines.yml, and provision.yml based on learnings from the ubuntu-swarm-mode environment

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-14 07:35:48 -06:00

8 lines
122 B
YAML

---
- hosts: "all"
become: "yes"
remote_user: "vagrant"
tasks:
- name: Verify Ansible connectivity
ping: