Add a platform for Ubuntu Jammy
This commit is contained in:
parent
143852c4e8
commit
eaca75bc7a
13
playbooks/platforms_ubuntu-22-04.yml
Executable file
13
playbooks/platforms_ubuntu-22-04.yml
Executable file
@ -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 ]
|
Loading…
Reference in New Issue
Block a user