Skip to content

Commit

Permalink
Update examples README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenSorriaux committed Dec 5, 2023
1 parent 53acaf0 commit e3db162
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For each example, you will find:
Make sure to `cd` in the folder `examples`.
1. Create a virtualenv and source it
```bash
virtualen venv -p python3 && source venv/bin/activate
python3 -m venv venv && source venv/bin/activate
```
2. Install requirements
```bash
Expand All @@ -20,7 +20,7 @@ pip install ansible
```
4. Install roles
```bash
ansible-galaxy install -r requirements.yml
ansible-galaxy install --force -r requirements.yml
```
5. Bring up the needed stack
```bash
Expand All @@ -34,6 +34,12 @@ ansible-playbook ${folder}/playbook.yml -v
### acl-creation
Create 2 different ACLs.

### acl-creation-multiops
Create and delete multiple different ACLs.

### scram-user-configuration
Create and delete multiple Kafka users.

### topic-creation
Create a topic.

Expand Down

0 comments on commit e3db162

Please sign in to comment.