Skip to content

Commit

Permalink
[*] update with new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Jun 2, 2019
1 parent 1c62a2a commit 01a1c6a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.3.0

Upgrade to versions:

- Ansible, 2.8.0
- PyYAML, 5.1
- Jinja2, 2.10.1
- cryptography, 2.7
- paramiko, 2.4.2
- six, 1.12.0

## 0.2.2

- [x] added extras/ directory for custom python modules
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION ?= 'v0.2.2'
VERSION ?= 'v0.3.0'
TARBALL_NAME ?= portable-ansible-$(VERSION)


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

## Included in the distribution

Version: 0.2.2
Version: 0.3.0

| Package | Version |
| -------- | ------- |
| ansible | 2.7.8 |
| jinja2 | 2.10 |
| ansible | 2.8.0 |
| jinja2 | 2.10.1 |
| PyYAML | 3.12 |
| paramiko | 2.4.1 |
| six | 1.11.0 |
| cryptography | 2.4.2 |
| paramiko | 2.4.2 |
| six | 1.12.0 |
| cryptography | 2.7 |

## 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.2.1/portable-ansible-v0.2.1-py2.tar.bz2 -O ansible.tar.bz2
$ wget https://github.com/ownport/portable-ansible/releases/download/v0.3.0/portable-ansible-v0.3.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 Down
8 changes: 4 additions & 4 deletions conf/requirements
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible==2.8.0
PyYAML==3.12
paramiko==2.4.1
jinja2==2.10
six==1.11.0
paramiko==2.4.2
jinja2==2.10.1
six==1.12.0
markupsafe==1.0
cryptography==2.4.2
cryptography==2.7

0 comments on commit 01a1c6a

Please sign in to comment.