Revert "Initial support - Playbook Overrides"

This reverts commit 8915e49288.
This commit is contained in:
Josh Brower
2020-12-12 10:07:30 -05:00
parent 8faf80a03b
commit 73d23e6d17
3 changed files with 55 additions and 1799 deletions

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 in (1,2)"
- query: "update webhooks set url = 'http://{{MANAGERIP}}:7000/playbook/webhook' where project_id = 1"
- connection_host: {{ MAINIP }}
- connection_port: 3306
- connection_user: root