25 lines
466 B
JSON
25 lines
466 B
JSON
[
|
|
{
|
|
"name": "configuration | emplace",
|
|
"become": true,
|
|
"ansible.builtin.template": {
|
|
"src": "mas-client-conf.json.j2",
|
|
"dest": "/opt/mas/conf.d/clients/synapse.json"
|
|
}
|
|
},
|
|
{
|
|
"name": "configuration | apply",
|
|
"become": true,
|
|
"ansible.builtin.command": {
|
|
"cmd": "/usr/local/bin/mas-conf-compose"
|
|
}
|
|
},
|
|
{
|
|
"name": "restart service",
|
|
"become": true,
|
|
"ansible.builtin.systemd_service": {
|
|
"state": "restarted",
|
|
"name": "mas"
|
|
}
|
|
}
|
|
]
|