Compare commits
2 Commits
d31f4039cd
...
4aaf5e5891
Author | SHA1 | Date | |
---|---|---|---|
|
4aaf5e5891 | ||
|
e5d77c4464 |
5
handlers/main.yaml
Normal file
5
handlers/main.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Restart Docker daemon
|
||||
ansible.builtin.service:
|
||||
name: docker
|
||||
state: restarted
|
11
meta/main.yaml
Normal file
11
meta/main.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
galaxy_info:
|
||||
role_name: docker
|
||||
author: Corbin Bartsch
|
||||
description: Configuration for Docker host servers
|
||||
issue_tracker_url: https://git.cbarts.net/coredotbin/ansible-role-docker/issues
|
||||
license: GPLv2
|
||||
min_ansible_version: 2.4
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions: all
|
Loading…
x
Reference in New Issue
Block a user