jasper
35eba78a8d
update to ansible-2.7.5
2019-01-08 19:03:42 +00:00
danj
f5d0bf79d7
Update to ansible-2.7.1
...
Similar diff from Edward Lopez-Acosta, ok jasper@ (maintainer)
2018-11-14 12:18:40 +00:00
danj
7c233ceff7
Update to ansible-2.7.0
...
Remove the dep on py-keyczar, noticed thanks to Edward Lopez-Acosta
Our patch for bcrypt has been addressed in a different way upstream, we
still need to patch for '2a' vs '2b'.
Backport two commits that were commited upstream for the reboot module.
tests from jca@ and sthen@; ok sthen@ jasper@ (maintainer)
2018-10-19 11:46:42 +00:00
jasper
4c35f7f85e
update to ansible-2.6.4
2018-09-07 20:22:57 +00:00
espie
93aef53599
and of course some would conflict... finish PKGSTEM changes manually
2018-09-04 12:53:16 +00:00
jasper
00f5c88337
update to ansible-2.6.3
2018-09-03 14:54:40 +00:00
jasper
b8cefc701e
update to ansible-2.6.2
2018-07-28 12:03:53 +00:00
jasper
f363b6a3af
update to ansible-2.6.1
2018-07-09 12:32:35 +00:00
jasper
e686113f83
update to ansible-2.5.5
2018-06-23 13:15:56 +00:00
jasper
57ff5506d3
update to ansible-2.5.4
2018-06-02 12:46:57 +00:00
jasper
da873a607c
remove patches which are no longer needed now that Cryptodome replaced Crypto
2018-06-02 12:01:58 +00:00
jasper
dac840f43e
switch to py-cryptodome
2018-05-14 18:54:26 +00:00
jasper
f370451f2a
update to ansible-2.5.2
2018-04-28 09:58:02 +00:00
jasper
af3001d43b
update to ansible-2.5.1
2018-04-25 14:15:50 +00:00
landry
b28f4752a3
Update to ansible 2.4.3.0.
...
https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md#243-dancing-days---2018-01-31
ok gonzalo@ jasper@ (maintainer)
2018-02-04 08:13:36 +00:00
jasper
03c31577ec
update to ansible-2.4.2.0
2017-12-14 10:16:24 +00:00
kirby
28cc8fc432
switch HOMEPAGE and MASTER_SITES to https
...
"sure thing!" jasper@ (MAINTAINER)
2017-12-05 08:19:35 +00:00
jasper
07f3b8f019
update to ansible-2.4.1.0
2017-11-05 00:01:50 +00:00
jasper
358955e2d6
update to ansible-2.3.2.0
2017-08-09 12:48:30 +00:00
zhuk
86b89ae94e
It should be textproc/py-sphinx instead of textproc/sphinx.
2017-07-30 12:44:59 +00:00
zhuk
76ab8cae5f
Build Ansible offline documentation, in separate subpackage.
...
okay jasper@ (MAINTAINER)
2017-07-29 18:33:18 +00:00
jasper
87865f775a
handle versionless names with branch notation
...
reported by landry@ patch by Patrik Lundin via upstream
2017-06-25 11:23:42 +00:00
jasper
8743e5d75d
- update to ansible-2.3.1, includes a fix for CVE-2017-7481
2017-06-02 17:39:05 +00:00
jasper
217742e070
unbreak password_hash('blowfish')
...
originally reported by jiri b.
2017-06-02 17:24:39 +00:00
jasper
6f288c5435
unbreak become_method: su
...
from upstream via semarie, thanks!
2017-04-27 08:42:53 +00:00
jasper
20a93bc66c
update to ansible-2.3.0
2017-04-22 10:52:09 +00:00
jasper
e05d88821d
update to ansible-2.2.2.0
2017-04-09 11:24:24 +00:00
jasper
09a025c8ed
update to ansible-2.2.1.0, includes a security fix for CVE-2016-9587
2017-01-17 19:23:41 +00:00
sthen
2ec7e8f3cc
re-add paramiko dep; ansible doesn't start ("Unexpected Exception: The
...
'paramiko' distribution was not found") if it's missing. discussed with
landry, ok jasper (maintainer)
2016-12-16 15:26:14 +00:00
jasper
ba44872bd2
and bump
2016-11-04 15:51:55 +00:00
jasper
8d8383da07
sync with what's been merged upstream
2016-11-04 15:51:43 +00:00
jasper
30eb2f8ecc
vmm detection merged upstream
2016-11-04 10:45:38 +00:00
jasper
268e6c92d9
update to ansible 2.2.0.0
...
- https://groups.google.com/forum/#!topic/ansible-announce/cLN64qQ_yoo
- https://www.ansible.com/blog/ansible-network-updates
2016-11-02 09:07:02 +00:00
jasper
a618913b48
dmi facts merged upstream
2016-11-01 20:43:14 +00:00
jasper
4e395395db
submitted upstream
2016-11-01 09:44:46 +00:00
jasper
7bcb8c2b7d
simplify resolution of ansible_processor by using hw.model and hw.ncpu.
...
previously /var/run/dmesg.boot or dmesg(8) would be parsed however that could
lead to bogus values (e.g. the full "Enhanced SpeedStep" line) if the buffer
contained multiple (partial) dmesgs
2016-10-31 17:50:44 +00:00
jasper
9bcc7dcc21
swap the values of the distribution_release and distribution_version facts
...
this is more in line with other platforms where the version fact is a numerical
value and the release an identification string:
"ansible_facts": {
"ansible_distribution": "OpenBSD",
"ansible_distribution_release": "current",
"ansible_distribution_version": "6.0"
},
2016-10-31 17:23:13 +00:00
jasper
f3e45f9020
- Enable VMM detection
...
- Drop processor_cores fact with bogus value (hardcoded 'NA')
- Implement DMI facts (product_name, product_version, product_uuid,
product_serial and system_vendor)
2016-10-31 17:10:58 +00:00
jasper
07f3bc5226
- sync OpenBSDVirtual with what's been merged upstream
...
- implement virtualization_type and virtualization_role for vmm
2016-10-31 17:03:35 +00:00
jasper
ba8e687935
sync with upstream git master, fixes package installation issues
...
reported by semarie
ok danj@
2016-10-22 17:31:44 +00:00
jasper
4ec0e32d38
${PREFIX}/man is already created by mtree, no need to re-mkdir it
2016-10-15 09:04:36 +00:00
jasper
4b8e042efb
- use sed instead of perl
...
- simplify post-install
2016-10-15 09:03:05 +00:00
jasper
2a72fded45
- drop py-paramiko dependency which most people don't need
...
- add README mentioning the optional dependencies for ansible's modules/scripts
input from aja@ rpe@
2016-10-15 08:51:08 +00:00
jasper
20eb64f79f
patrik's patch was merged
2016-10-15 08:33:52 +00:00
jasper
dde3eb2d64
drop RDEP on py-httplib2. various modules switch to ansible.module_utils.urls
...
with ansible 2.1. only the dynamic inventory script for rudder depends on it.
2016-10-14 12:51:15 +00:00
jasper
b6103b8e41
fix issue with openbsd_pkg module where using the branch notation
...
(e.g. autoconf%2.13) would lead to tasks being (incorrectly) reported
as FAILED.
reported by Caspar Schutijser
fix by Patrik Lundin
2016-10-14 12:34:03 +00:00
jasper
1256221ca9
remove (undocumented) local modification of the 'copy that appends '\n' to
...
'content' if it didn't contain it yet.
while there have been various (stalled) attempts to get this upstream, i'd
rather not alter ansible's behaviour in ports as it would lead to non-portable
playbooks between openbsd and non-openbsd control nodes.
ok aja@ rpe@
also discussed with Patrik Lundin
2016-10-14 12:27:39 +00:00
jasper
d80314dfc3
update to ansible-2.1.2.0
2016-09-30 20:12:59 +00:00
jasper
4d63fedafc
regen patch
2016-09-06 11:55:15 +00:00
jasper
2b569c1691
take maintainer
...
suggested by and ok rpe@ (previous MAINTAINER)
2016-09-06 11:40:22 +00:00