---
w_tags:
    [
      {
       t_name: "DEPLOY",
       t_keyrings: ["allowed_users.asc"],
       t_commands: [
                    {
                     c_url: "file:///home/katolaz/bin/deploy.sh"
                    }
                   ]
      },
      {
       t_name: "build",
       t_keyrings: ["allowed_users.asc"],
       t_commands: [
                    {
                     c_url: "file:///home/katolaz/bin/scorsh_build.sh"
                    }
                   ]
      }
    ]
...