Created
January 12, 2021 00:24
-
-
Save Craigson/b302a60bd369fb0e8543e91b390b10b8 to your computer and use it in GitHub Desktop.
Provision VM hosts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - 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