You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/group_vars/docker.yml

10 lines
133 B
YAML

---
pip_install_packages:
- name: docker
docker_users:
- cianhatton
docker_service_state: started
docker_service_enabled: true