Skip to content

Instantly share code, notes, and snippets.

@asigatchov
Created July 13, 2020 11:33
Show Gist options
  • Save asigatchov/512da191d737c159c547c1bd4fe73253 to your computer and use it in GitHub Desktop.
Save asigatchov/512da191d737c159c547c1bd4fe73253 to your computer and use it in GitHub Desktop.
--
- hosts: All
gather_facts: no
tasks:
- name: "check"
shell: hostname
- name: Docker-container
hosts: localhost
docker_container:
name: mydata
image: mysql:5.7
volumes:
- /data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment