Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mullvad/infrastructure-ansible-packages
Ansible installation packages used by the Infrastructure Team
https://github.com/mullvad/infrastructure-ansible-packages
Last synced: about 2 months ago
JSON representation
Ansible installation packages used by the Infrastructure Team
- Host: GitHub
- URL: https://github.com/mullvad/infrastructure-ansible-packages
- Owner: mullvad
- Created: 2022-09-05T09:16:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T08:39:41.000Z (7 months ago)
- Last Synced: 2024-05-15T23:38:02.695Z (7 months ago)
- Language: Shell
- Size: 33.2 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# infrastructure-ansible-packages
Ansible installation packages used by the Infrastructure Team# Building
Use the `build-ansible` script to automatically download and build the desired version of Ansible
Run it with:
`./build-ansible `
For example:
`./build-build v2.13.3`
This will download, build an Ansible .tar.gz package that can be installed on any server to run Ansible locally
# Installation
To install a desired version:
`pip3 install --user ansible-.tar.gz`
For example:
`pip3 install --user ansible-2.13.3.tar.gz`