Install software to /usr/local/bin

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Local bin

As a: UNIX and Linux system administrator

I want to: install software that is typically unpacked to /usr/local/bin automatically

So that: I can easily manage 3rd party software and ensure checksums, etc. are verified in the process.

Using the role

Using the role in a playbook
---
- name: Install localbin
  hosts: all

  tasks:
    - name: localbin is configured
      import_role:
        name: crivetimihai.localbin
      vars:
        localbin_enable_service: true
      tags: localbin
# Install the role
ansible-galaxy install crivetimihai.localbin

# Run the playbook
ansible-playbook localbin-playbook.yml

Last update: 2020-02-03