Skip to content

Commit

Permalink
Update docs to reflect new features
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 24, 2024
1 parent 00174c7 commit 705fe21
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0]

#### Added

- Iterate over list of users and build a configuration file for them
- Drop podman molecule scenario in favor of docker for now

#### Changed

- Change default listen address from default_ipv4 to 127.0.0.1

## [1.0.1]

- First version uploaded to Ansible Galaxy

## [1.0.0]

### Changed

- Initial release
- Initial release
5 changes: 4 additions & 1 deletion roles/atuin_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Mind that the musl build (at the time of writing) is only available for x86_64 L

The only resort in that case is to use cargo to install atuin. I might implement that in a future version of this role.

Please see the `defaults/main.yml` file for the other configurable variables, their
default values and an explanation of what they are for.

Dependencies
------------

Expand Down Expand Up @@ -61,4 +64,4 @@ Author Information
This role was created by Maxim Burgerhout <maxim@wzzrd.com> as part fo the wzzrd.atuin Ansible collection.
Please log issues at https://github.com/wzzrd/ansible-collection-atuin.
Please log issues at https://github.com/wzzrd/ansible-collection-atuin.
4 changes: 2 additions & 2 deletions roles/atuin_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Role Variables
| atuin_server_user | atuin | The name of the user owning the atuin server process | false |
| atuin_server_group | atuin | The name of the group owning the atuin server process | false |
| atuin_server_home | /home/atuin | The home directory for the atuin server user | false |
| atuin_server_host | "{{ ansible_default_ipv4.address }}" | IP address the atuin server process will listen on | false |
| atuin_server_host | 127.0.0.1 | IP address the atuin server process will listen on | false |
| atuin_server_port | 8888 | The port the atuin server process will listen on | false |
| atuin_server_open_registration | false | Whether or not the server will freely allow registration | false |
| atuin_server_max_history_length | 8192 | Maximum length of one history entry | false |
Expand Down Expand Up @@ -71,4 +71,4 @@ Author Information
This role was created by Maxim Burgerhout <maxim@wzzrd.com> as part fo the wzzrd.atuin Ansible collection.
Please log issues at https://github.com/wzzrd/ansible-collection-atuin.
Please log issues at https://github.com/wzzrd/ansible-collection-atuin.

0 comments on commit 705fe21

Please sign in to comment.