Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T01:35:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T03:01:54.392Z (3 months ago)
- Topics: ansible, asdf, asdf-plugin
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-ansible [![Build](https://github.com/kota65535/asdf-ansible/actions/workflows/build.yml/badge.svg)](https://github.com/kota65535/asdf-ansible/actions/workflows/build.yml) [![Lint](https://github.com/kota65535/asdf-ansible/actions/workflows/lint.yml/badge.svg)](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/)