Skip to content

Instantly share code, notes, and snippets.

@veverkap
Created February 11, 2020 20:45
Show Gist options
  • Save veverkap/f0b3bd5329e2cf9c5cc7961cb29b2e7e to your computer and use it in GitHub Desktop.
Save veverkap/f0b3bd5329e2cf9c5cc7961cb29b2e7e to your computer and use it in GitHub Desktop.
- name: setup servers
hosts: all
gather_facts: true
remote_user: pi
become: yes
become_user: root
roles:
- { role: utils, tags: ["utils"] }
- {
role: geerlingguy.docker_arm,
docker_install_compose: false,
tags: ["docker"],
}
- { role: dnsmasq, consul_dns_domain: consul }
tags:
- bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment