Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,18 @@ manages variables for two projects.
```yaml
# Variables to manage for each Gitlab project
gitlab_ci_variables:
- name: "group/project"
kind: "project"
- project: "group/project1"
variables:
- key: VARIABLE_1
value: value

- name: "group/project2"
kind: "project"
- project: "group/project2"
variables:
- key: VARIABLE_1
value: value
- key: VARIABLE_2
value: value

- name: "group"
kind: "group"
variables:
- key: VARIABLE_3
value: value
- key: VARIABLE_4
value: value

```

By default, the role will also check for Gitlab CI variables that
Expand Down