This repository has been archived on 2024-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
cpx-ansible/playbook.yml

14 lines
226 B
YAML

# vim: ft=yaml.ansible
---
- name: Deploy self-hosted services
hosts: all
gather_facts: false
become: true
roles:
- role: os_config
tags:
- os
- role: docker_services
tags:
- docker