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
Raw Normal View History

2023-04-20 21:34:25 +00:00
# vim: ft=yaml.ansible
---
- name: Deploy self-hosted services
hosts: all
2023-04-20 22:53:51 +00:00
gather_facts: false
2023-04-20 21:34:25 +00:00
become: true
roles:
- role: os_config
tags:
- os
- role: docker_services
tags:
- docker