Refactor and add deployment support
This commit is contained in:
11
services/playbook.libsonnet
Normal file
11
services/playbook.libsonnet
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
name: "Test command",
|
||||
hosts: "all",
|
||||
tasks: [
|
||||
{
|
||||
"ansible.builtin.command": "ls"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user