Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Jan 2, 2022
1 parent f46d5ae commit 63b8661
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

This Ansible role allows you to install `chrony` and manage its configuration.

An hardened systemd unit file is setup when deploying under Debian >= 11 and Arch Linux.

For more information about `chrony`, please check [the official project page](https://chrony.tuxfamily.org/).

## Requirements

None


## Dependencies

None


## Role variables

| Variable name | Description | Default value |
Expand All @@ -36,8 +36,7 @@ None

:green_book: Documentation:

- [Chrony configuration documentation](https://chrony.tuxfamily.org/doc/4.1/chrony.conf.html)

- [Chrony configuration documentation](https://chrony.tuxfamily.org/doc/4.2/chrony.conf.html)

## Example

Expand Down Expand Up @@ -73,21 +72,19 @@ Here is a small **example** playbook.
- 192.0.2.0/25
...
```

## Testing

Testing is done by leveraging Molecule and Ansible (see [verify.yml](molecule/default/verify.yml)), through GitHub Actions and Docker containers.

Tests successfully pass under the following distributions:

- Arch Linux
- ~~Debian 11~~ see [issue #10](https://github.com/Frzk/ansible-role-chrony/issues/10)
- Debian 11
- Debian 10
- Debian 9
- Ubuntu 20.04
- Ubuntu 18.04


## Contributing

Code reviews, patches, comments, bug reports and feature requests are welcome. Please read the [Contributing Guide](CONTRIBUTING.md) for further details.

0 comments on commit 63b8661

Please sign in to comment.