Skip to content

Commit

Permalink
bumps readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Mar 20, 2024
1 parent e6d3cde commit f3d264a
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Table of Contents
Requirements
------------

- Ansible 2+
- Ansible 2.9

Role Variables
--------------
Expand Down Expand Up @@ -261,27 +261,23 @@ postfix_local_header_rewrite_clients:
Dependencies
------------

None.

Example Playbook
----------------

Add to `requirements.yml`:

```yml
---
- src: idiv-biodiversity.postfix
# requirements.yml
...
```
roles:
Download:
- name: idiv_biodiversity.postfix
src: https://github.com/idiv-biodiversity/ansible-role-postfix
version: vX.Y.Z
```console
$ ansible-galaxy install -r requirements.yml
...
```

Example Playbook
----------------

### Top-Level Playbook

Write a top-level playbook:
Expand All @@ -293,7 +289,7 @@ Write a top-level playbook:
hosts: head
roles:
- role: idiv-biodiversity.postfix
- role: idiv_biodiversity.postfix
tags:
- mail
- mta
Expand All @@ -311,7 +307,7 @@ Define the role dependency in `meta/main.yml`:
dependencies:
- role: idiv-biodiversity.postfix
- role: idiv_biodiversity.postfix
tags:
- mail
- mta
Expand Down

0 comments on commit f3d264a

Please sign in to comment.