Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labasubagia/ansible-role-arcanist
Install arcanist linux
https://github.com/labasubagia/ansible-role-arcanist
ansible ansible-role arcanist
Last synced: 21 days ago
JSON representation
Install arcanist linux
- Host: GitHub
- URL: https://github.com/labasubagia/ansible-role-arcanist
- Owner: labasubagia
- License: mit
- Created: 2024-07-29T11:10:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T15:26:37.000Z (6 months ago)
- Last Synced: 2024-11-02T14:23:04.229Z (2 months ago)
- Topics: ansible, ansible-role, arcanist
- Homepage: https://galaxy.ansible.com/ui/standalone/roles/labasubagia/arcanist/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Arcanist
=========Ansible role to install [arcanist](https://github.com/phacility/arcanist) linux
Requirements
------------
- Ansible Core >= 2.16
- Tested Linux Distribution
- Debian 12
- Ubuntu 24.04
- Fedora 40> Note: Other distributions likely to work but not been tested
Role Variables
--------------The following variables will change the behavior of this role (default values are shown below):
```yaml
# commit version of arcanist (HEAD, or SHA-1 commit hash)
# arcanist_commit_hash: e50d1bc4eabac9c37e3220e9f3fb8e37ae20b957
arcanist_commit_hash: HEAD# arcanist install (clone from repository)
arcanist_install_dir: /opt/arcanist# option (present,absent)
arcanist_state: present
```Example Playbook
----------------
```yaml
- hosts: servers
roles:
- role: labasubagia.arcanist
```License
-------MIT
Author Information
------------------[Laba Subagia](https://github.com/labasubagia)