#!/usr/bin/env ansible-playbook # vim:ft=ansible: --- - hosts: platforms_ub2110 gather_facts: no roles: - role: motd vars: motd_watch_services_extra: - docker - kubelet - postgresql tags: [ motd, common ]