clippable/aws/playbooks/tasks/docker/main.yml
shockrah 08b05dbf55 + Docker based service hosts are now supported via the new ansible role
Usage of this role is still sketchy however at least all the
required playbooks are in place
Main issue at the moment is the interfacing with these playbooks
2022-01-02 16:04:10 -08:00

10 lines
173 B
YAML

# This playbook is setup to install docker on debian based systems
---
- hosts: main
tasks:
- include_tasks: 'debian.yml'
when:
ansible_distribution: Debian