Skip to content

Commit

Permalink
[+] v0.2.0 (with ansible-2.7.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Jan 11, 2019
1 parent bb80cc6 commit a07d0f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION ?= 'v0.1.0'
VERSION ?= 'v0.2.0'
TARBALL_NAME ?= portable-ansible-$(VERSION)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,24 @@ Ansible package with required python modules. No need to install, just download,

## Included in the distribution

Version: 0.1.0
Version: 0.2.0

| Package | Version |
| -------- | ------- |
| ansible | 2.5.5 |
| ansible | 2.7.5 |
| jinja2 | 2.10 |
| PyYAML | 3.12 |
| paramiko | 2.4.1 |
| six | 1.11.0 |
| cryptography | 2.4.2 |

## How to install and use

You just need to download latest version of portable-ansible tarball (.tar.bz2) from
Releases page https://github.com/ownport/portable-ansible/releases and unpack the files

```sh
$ wget https://github.com/ownport/portable-ansible/releases/download/v0.1.0/portable-ansible-v0.1.0-py2.tar.bz2 -O ansible.tar.bz2
$ wget https://github.com/ownport/portable-ansible/releases/download/v0.2.0/portable-ansible-v0.2.0-py2.tar.bz2 -O ansible.tar.bz2
$ tar -xjf ansible.tar.bz2
$ python ansible localhost -m ping
[WARNING]: provided hosts list is empty, only localhost is available
Expand All @@ -32,7 +33,6 @@ localhost | SUCCESS => {
"ping": "pong"
}
```

If you need to run ansible playbooks, after having extracted the tarball contents:

```sh
Expand Down
3 changes: 2 additions & 1 deletion conf/requirements
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ansible==2.5.5
ansible==2.7.5
PyYAML==3.12
paramiko==2.4.1
jinja2==2.10
six==1.11.0
markupsafe==1.0
cryptography==2.4.2

0 comments on commit a07d0f7

Please sign in to comment.