Adam Miller
01d06f6be3
mount - fix module_util pathing issue for ansible 2.9
...
In Ansible 2.9 (pre 2.10 routing), the AnsiballZ creation of the payload
will add an extra directory to the module_util path because ismount.py
shares the same name as it's parent dir which creates an inconsistency
in the payload creation. This causes the Collection module
ansible.posix.mount to work in Ansible 2.10 but not 2.9, with this pull
request a simple renaming of the module_util which side steps this
inconsistency.
Fixes https://github.com/ansible-collections/ansible.posix/issues/21
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 09:18:32 -05:00
ansible-zuul[bot]
0d0f8217cf
Merge pull request #8 from sivel/ansible/pull/65973
...
Fix json callback for non-lockstep strategy plugins such as free
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 06:48:42 +00:00
ansible-zuul[bot]
691d4c77da
Merge pull request #30 from fbettag/patch-1
...
Updates authorized_key.py to be used with FIDO2 security keys.
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 06:20:43 +00:00
ansible-zuul[bot]
39c09e778c
Merge pull request #52 from maxamillion/issues/23/selinux-doesnt-create-missing-config-keys
...
selinux - add missing config keys when needed
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 06:20:37 +00:00
Adam Miller
9cd270461f
remove erroneous extra .gitignore
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-18 22:30:14 -05:00
Franz Bettag
00f97908d7
Updates authorized_key.py with all current ssh key types
2020-06-19 07:09:28 +05:30
Franz Bettag
6208b5e920
Updates authorized_key.py to be used with FIDO2 security keys.
...
Last try had a space at the end for some weird reason.
2020-06-19 07:06:54 +05:30
Adam Miller
cb54073f65
selinux - add missing config keys when needed
...
Previously the selinux module would only edit the state of found
configuration keys SELINUX and SELINUXTYPE in /etc/selinux/config but
would not add them with desired state if they were not found.
Fixes #23
https://github.com/ansible-collections/ansible.posix/issues/23
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-18 17:28:59 -05:00
ansible-zuul[bot]
de75c6f325
Merge pull request #50 from Akasurde/changelog_fix_ii
...
Fix changelog config
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-18 08:29:58 +00:00
Abhijeet Kasurde
441fe8a8d9
Fix changelog config
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-18 10:41:25 +05:30
ansible-zuul[bot]
53714a8bc9
Merge pull request #40 from Akasurde/auth_fix
...
authorized_key: Handle OSError raised
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-17 21:35:43 +00:00
ansible-zuul[bot]
e5ca7ed024
Merge pull request #45 from Akasurde/changelog_fix
...
Update changelog generation configuration
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-17 21:34:06 +00:00
ansible-zuul[bot]
bcae141411
Merge pull request #49 from samccann/readme_update
...
update readme with contributor guide link etc
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-17 21:28:28 +00:00
Sandra McCann
12625db783
add 2.9 note and contributor link
2020-06-17 16:23:15 -04:00
Sandra McCann
e025a735c3
update readme with contributor guide link etc
2020-06-17 15:17:31 -04:00
ansible-zuul[bot]
8c5c4b47df
Merge pull request #48 from pabelanger/master
...
Add support for running ansible-test unit in zuul
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-17 14:20:58 +00:00
Paul Belanger
e3b702e60a
Add support for running ansible-test unit in zuul
...
Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/538
Signed-off-by: Paul Belanger <pabelanger@redhat.com >
2020-06-17 09:34:36 -04:00
Abhijeet Kasurde
09c50c183f
authorized_key: Handle OSError raised
...
Handle OSError raised due to permission issue while
creating directory.
Fixes : ansible/ansible#34001
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-17 17:10:15 +05:30
Abhijeet Kasurde
5760726dd4
Update changelog generation configuration
...
* Added missing changelog entries
* Updated configuration for changelog generation
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-17 15:57:15 +05:30
ansible-zuul[bot]
6a553ea4e8
Merge pull request #44 from pabelanger/master
...
Prepare for 0.1.3 release
Reviewed-by: https://github.com/apps/ansible-zuul
0.1.3
2020-06-17 01:07:54 +00:00
Paul Belanger
e0685d0062
Prepare for 0.1.3 release
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com >
2020-06-16 20:21:31 -04:00
ansible-zuul[bot]
8af572c226
Merge pull request #43 from pabelanger/temp/sanity
...
Remove sanity jobs from shippable
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-17 00:19:35 +00:00
Paul Belanger
21ce64a418
Remove sanity jobs from shippable
...
Add fixes to make sanity happy.
Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/533
Signed-off-by: Paul Belanger <pabelanger@redhat.com >
2020-06-16 19:46:58 -04:00
ansible-zuul[bot]
47b2f56dad
Merge pull request #42 from pabelanger/master
...
Bump version to 0.1.2
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-16 23:17:21 +00:00
Paul Belanger
92eb6c807a
Bump version to 0.1.2
...
We need to do this manually, as some tests are still in shippable.
Signed-off-by: Paul Belanger <pabelanger@redhat.com >
2020-06-16 17:57:11 -04:00
ansible-zuul[bot]
ceccecd8f3
Merge pull request #39 from pabelanger/master
...
Remove license key from galaxy.yml
Reviewed-by: shipabull
https://github.com/shipabull
0.1.2
2020-06-11 14:30:57 +00:00
Paul Belanger
5b3b5538f2
Remove license key from galaxy.yml
...
Signed-off-by: Paul Belanger <pabelanger@redhat.com >
2020-06-11 10:07:04 -04:00
Adam Miller
2d5fb42acd
Revert "Enable at, patch and synchronize tests ( #5 )" ( #35 )
...
This reverts commit 27482c25f9 .
2020-06-04 15:54:14 -05:00
Abhijeet Kasurde
75a5f83602
Partially revert "mount: Check if src exists before mounted (ansible/ansible#61752)" ( #33 )
...
This reverts part of ansible commit 72023d7462e78635264fd12bfdb23894b4163cba.
The immediate reason is that it breaks mounts where src is not a path.
Examples of such mounts are network-based filesystems such as nfs, cifs,
glusterfs, ceph, virtual filesystems such as tmpfs or overlayfs, and
also UUID-based mounts. It is too hard to come with an exhaustive list,
especially if we take non-Linux systems into account, so don't even try.
Additionally, it did not really fix the issue (ansible/ansible#59183 ) that
it intended to fix, because the mount could fail but leave a non-working
fstab entry for reasons other than non-existing src path.
Restore fstab and remove the mount point after a failed mount
Add a reminder that not only devices can be mounted
Fixes : ansible/ansible#65855
Fixes : ansible/ansible#67588
Fixes : ansible/ansible#67966
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com >
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
Co-authored-by: Alexander E. Patrakov <patrakov@gmail.com >
2020-05-29 15:34:53 -05:00
Abhijeet Kasurde
74c8ca58e2
Remove Ansible metadata from modules ( #25 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-05-21 11:55:32 -05:00
Abhijeet Kasurde
0062198f73
Typecast results before use in profile_tasks callback ( #26 )
...
If user specifies sort_order to none, results are not converted to list.
This fix force this typecasting before using the results.
Fixes: https://github.com/ansible/ansible/issues/69563
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-05-21 11:55:11 -05:00
Abhijeet Kasurde
d9e0140b66
Update EXAMPLES section in modules ( #27 )
...
Update EXAMPLES section in modules to use FQCN
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-05-21 11:54:20 -05:00
Alex Shafer
147caed10d
Copy and adjust changes from ansible/ansible#59530 ( #14 )
2020-04-29 16:41:50 -05:00
Alexandre Garnier
8a11a72e0c
Fix issue ansible/ansible#59059 ( #15 )
...
When no sorting was selected, `result` was a `odict_items` which is not
subscriptable, so the slicing was failing.
2020-04-29 15:17:03 -05:00
John Prause
c217a9bf8d
Adding labels to the tags section ( #19 )
2020-04-29 15:16:37 -05:00
Andrew Gaffney
7e70deb734
Allow unsetting env vars ( #7 )
2020-04-23 10:57:52 -05:00
Matt Martz
5b17c47723
Migrate hacking/cgroup_perf_recap_graph.py ( #12 )
2020-04-22 23:05:09 -05:00
Matt Martz
23d3703a84
Fix json callback for non-lockstep strategy plugins such as free. Fixes #65931
2020-03-24 11:23:39 -05:00
John R Barker
6b347f3725
CI should use devel ( #6 )
...
* CI should use devel
* Update shippable.sh
2020-03-24 08:30:32 +00:00
Matt Martz
27482c25f9
Enable at, patch and synchronize tests ( #5 )
...
* Enable at, patch and synchronize tests
* Remove commented out tasks
* Skip currently unsupported platforms
* Skip AIX on at
2020-03-20 12:37:05 +00:00
John R Barker
ce9ec16375
0.1.1
0.1.1
2020-03-18 20:32:28 +00:00
John R Barker
cd5e853e68
README.md ( #4 )
2020-03-18 20:30:50 +00:00
John R Barker
11c671adc7
Green CI for ansible.posix ( #2 )
...
* Disable tests that depend on `package`
* Remove incorrectly added gallaxy (fallaxy) tests
* Remove incorrectly added ignore-2.10.txt entries
* Remove interfaces_file unit tests (it's in community.general)
* Restore order to shippable.yml
2020-03-18 11:19:19 +00:00
John R Barker
07f1a2e98e
Bootstrap Collection ( #1 )
...
* Bootstrap Collection
* Basic common bootstrapping of repo
* Correct Galaxy settings
* Attempt to get Shippable working
* correct directory
* patch is part of ansible.posix (not community.general
* tests/utils/shippable/ missing from ignore.txt
* shippable/units.sh from a/a:devel
* ignore.txt:patch
* CI: Only use group1 for integration
* Correct Repo URLs
Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua >
* HACK: Install community.general
* run integration tests first
* Install community.general in correct location
* deleted too much
* Use Extended FQCN for community.general
* Use temp-2.10-devel
* Update tests/utils/shippable/sanity.sh
Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua >
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua >
2020-03-13 09:12:26 +00:00
John R Barker
2fded0100e
Create BOTMETA.yml
...
Unsure if we will need ansibulbot on this repo, though here is BOTMETA incase we do.
2020-03-10 18:20:05 +00:00
John R Barker
d1d7a7556e
Delete collection-continuous-integration.yml
2020-03-10 18:18:34 +00:00
Ansible Core Team
6f928621f0
Initial commit
2020-03-09 13:15:28 +00:00