https://github.com/wtanaka/ansible-role-hardlink
Ansible role to install hardlink
https://github.com/wtanaka/ansible-role-hardlink
Last synced: 3 months ago
JSON representation
Ansible role to install hardlink
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-hardlink
- Owner: wtanaka
- Created: 2017-03-06T05:33:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T12:35:26.000Z (over 6 years ago)
- Last Synced: 2025-03-16T21:21:33.519Z (7 months ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/wtanaka/ansible-role-hardlink)
[](https://circleci.com/gh/wtanaka/ansible-role-hardlink)wtanaka.hardlink
================hardlink is a tool which replaces multiple copies of a file with
hardlinks. Inspiration came from http://code.google.com/p/hardlinkpy/,
but no code has been used. It was rewritten from scratch because
hardlinkpy code was not very readable and written against old Python
versions. The program requires Python 2.5 or newer, and should work
with Python 3 after running 2to3 on it.Example Playbook
----------------- hosts: all
roles:
- wtanaka.hardlink### `hardlink_should_shortcircuit`
Default: True
when True, the role short-circuits itself if hardlink is already installed
### All variables
The full set of configuration options available are visible in
[defaults/main.yml](defaults/main.yml)License
-------GPLv2
Author Information
------------------http://wtanaka.com/