role_docker/README.md

15 lines
269 B
Markdown
Raw Permalink Normal View History

2021-07-22 23:14:55 -04:00
# Ansible Role: docker
## Introduction
This role will install docker on the target host.
NOTE:
The following variable(s) must be specified in the calling playbook (usually
2021-07-22 23:14:55 -04:00
done by doing a 'gather_facts' action);
{{ ansible_distribution }}
{{ ansible_os_family }}
2021-07-22 23:14:55 -04:00