You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ansible role for the [drone](https://github.com/drone/drone) CI deployment with Github integration and PostgreSQL database.
16
+
An ansible role for the [drone](https://github.com/drone/drone) CI deployment with Github/Bitbucket Cloud integration and PostgreSQL database.
17
17
18
18
## Role Variables
19
19
@@ -26,8 +26,11 @@ Available variables:
26
26
|**`drone_agents`**|`[{name: "Nancy"}]`|Name of the docker agent container, you can add more than one agent|
27
27
|**`drone_host`**|`""`|The url, where drone instance will be publicly available. Typically you would have nginx in front of Drone CI|
28
28
|**`drone_secret`**|`hTirsXmrY4YsyK79ELgB`|Drone secret key, used for private communication between agent and web UI [more info](http://docs.drone.io/install-for-github)|
29
+
|**`drone_integration`**|`github`|Integration type used by Drone CI. Available types: {`github`,`bitbucket_cloud`}|
0 commit comments