Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-ansible
Ansible role to set up (the latest version of) Ansible in Debian-like systems
https://github.com/oefenweb/ansible-ansible
ansible configuration-management debian pip ubuntu
Last synced: 4 days ago
JSON representation
Ansible role to set up (the latest version of) Ansible in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-ansible
- Owner: Oefenweb
- License: mit
- Created: 2015-07-15T19:09:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:00:59.000Z (about 1 year ago)
- Last Synced: 2024-11-22T15:22:56.952Z (2 months ago)
- Topics: ansible, configuration-management, debian, pip, ubuntu
- Language: Dockerfile
- Size: 99.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## ansible
[![CI](https://github.com/Oefenweb/ansible-ansible/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-ansible/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-ansible-blue.svg)](https://galaxy.ansible.com/Oefenweb/ansible)Set up (the latest version of) Ansible in Debian-like systems.
#### Requirements
* `pip` (will not installed)
* `python(2|3)` (will be installed)
* `python-dev(2|3)` (will be installed)
* `build-essential` (will be installed)
* `libffi-dev` (will be installed)
* `libssl-dev` (will be installed)#### Variables
* `ansible_python_version_major` [default: `2`]: Python version to install `ansible` for.
* `ansible_ansible_version`: [default: `latest`]: Ansible version to install (e.g. `latest`, `1.9.2`)## Dependencies
None
## Recommended
* `ansible-pip` ([see](https://github.com/Oefenweb/ansible-pip))
* `ansible-virtualenv` ([see](https://github.com/Oefenweb/ansible-virtualenv))#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.ansible
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-ansible/issues)!