Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
buzztime
ansible
Commits
b89d405b
Commit
b89d405b
authored
8 years ago
by
Vincent Caboara
Browse files
Options
Download
Email Patches
Plain Diff
docker_config.yml - verify docker and docker-compose
parent
bf61163b
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
docker/docker_config.yml
docker/docker_config.yml
+11
-0
No files found.
docker/docker_config.yml
0 → 100644
View file @
b89d405b
---
-
hosts
:
carlsbad
tasks
:
-
name
:
ensure docker is installed
apt
:
name
:
docker
state
:
present
-
name
:
ensure docker-compose is installed
apt
:
name
:
docker-compose
state
:
present
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment