https://github.com/kota65535/asdf-ansible
Ansible plugin for the asdf version manager.
https://github.com/kota65535/asdf-ansible
ansible asdf asdf-plugin
Last synced: 3 months ago
JSON representation
Ansible plugin for the asdf version manager.
- Host: GitHub
- URL: https://github.com/kota65535/asdf-ansible
- Owner: kota65535
- License: mit
- Created: 2022-12-23T14:41:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T01:35:50.000Z (over 3 years ago)
- Last Synced: 2026-03-08T04:08:36.150Z (4 months ago)
- Topics: ansible, asdf, asdf-plugin
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-ansible [](https://github.com/kota65535/asdf-ansible/actions/workflows/build.yml) [](https://github.com/kota65535/asdf-ansible/actions/workflows/lint.yml)
[Ansible](https://github.com/ansible/ansible) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add ansible
# or
asdf plugin add ansible https://github.com/kota65535/asdf-ansible.git
```
ansible:
```shell
# Show all installable versions
asdf list-all ansible
# Install specific version
asdf install ansible latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ansible latest
# Now ansible commands are available
ansible --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/kota65535/asdf-ansible/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Tomohiko Ozawa](https://github.com/kota65535/)