ansible/playbooks/platforms_ub2110.yml

13 lines
244 B
YAML
Raw Normal View History

2022-01-21 16:55:10 -06:00
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: platforms_ub2110
roles:
- role: motd
vars:
motd_watch_services_extra:
- docker
- kubelet
- postgresql
tags: [ motd, common ]