Last active
May 31, 2021 15:26
-
-
Save TommyTheTribe/c73601069d2e9b5e4813d802a003432f to your computer and use it in GitHub Desktop.
This file contains 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
--- | |
- hosts: web_server | |
roles: | |
- role: deploy-docker | |
vars: | |
docker_compose_path: /etc/docker/ | |
vars_files: | |
- vars/scaleway_credentials.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment