Seperating the roles of basic infra requirements and docker service requirements into seperate roles
With this we have a working proof of concept for a proper simple docker host
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
- name: Ensure docker components are installed
|
||||
tags:
|
||||
- setup
|
||||
ansible.builtin.include_tasks:
|
||||
file: ensure-docker-basic.yaml
|
||||
apply:
|
||||
become: true
|
||||
tags:
|
||||
- setup
|
||||
- name: Ensure docker services are present and ready for configuration/usage
|
||||
tags:
|
||||
- services
|
||||
ansible.builtin.include_tasks:
|
||||
file: ensure-docker-services.yaml
|
||||
apply:
|
||||
become: true
|
||||
tags:
|
||||
- services
|
||||
|
||||
Reference in New Issue
Block a user