Created
January 11, 2021 23:20
-
-
Save Craigson/dc98682b21c1e7eea4eccd1c170b8eac to your computer and use it in GitHub Desktop.
create_docker_network
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
| --- | |
| # tasks file for create_docker_network | |
| - debug: | |
| msg: Create docker network on subnet - {{subnet}}" | |
| - name: Create Docker network | |
| docker_network: | |
| name: syntropynet | |
| driver: bridge | |
| ipam_config: | |
| - subnet: "{{subnet}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment