Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`