-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
------------ | ||
|
||
|
@@ -61,4 +64,4 @@ Author Information | |
This role was created by Maxim Burgerhout <[email protected]> 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | | ||
|
@@ -71,4 +71,4 @@ Author Information | |
This role was created by Maxim Burgerhout <[email protected]> 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. |