Initial support - Playbook Overrides

This commit is contained in:
Josh Brower
2020-12-07 22:28:58 -05:00
parent 2d9c6a42bf
commit 8915e49288
3 changed files with 1799 additions and 55 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -38,7 +38,7 @@ query_playbookdbuser_grants:
query_updatwebhooks:
mysql_query.run:
- database: playbook
- query: "update webhooks set url = 'http://{{MANAGERIP}}:7000/playbook/webhook' where project_id = 1"
- query: "update webhooks set url = 'http://{{MANAGERIP}}:7000/playbook/webhook' where project_id in (1,2)"
- connection_host: {{ MAINIP }}
- connection_port: 3306
- connection_user: root