diff --git a/playbooks/platforms_ubuntu-22-04.yml b/playbooks/platforms_ubuntu-22-04.yml new file mode 100755 index 0000000..eb838d7 --- /dev/null +++ b/playbooks/platforms_ubuntu-22-04.yml @@ -0,0 +1,13 @@ +#!/usr/bin/env ansible-playbook +# vim:ft=ansible: +--- +- hosts: platforms_ubuntu-22-04 + gather_facts: no + roles: + - role: motd + vars: + motd_watch_services_extra: + - docker + - kubelet + - postgresql + tags: [ motd, common ]