Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created January 12, 2021 00:24
Show Gist options
  • Select an option

  • Save Craigson/b302a60bd369fb0e8543e91b390b10b8 to your computer and use it in GitHub Desktop.

Select an option

Save Craigson/b302a60bd369fb0e8543e91b390b10b8 to your computer and use it in GitHub Desktop.
Provision VM hosts
---
- name: Configure Hosts
hosts: all
roles:
- update_cache
- install_wireguard
- install_docker
- install_python_deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment