Adam Miller
34a12eb3f9
firewalld: add zone target set ( #526 )
...
* firewalld: add zone target set
Fixes https://github.com/ansible/ansible/issues/49232
Signed-off-by: Adam Miller <admiller@redhat.com >
* fix sanity tests, add example of zone target setting
Signed-off-by: Adam Miller <admiller@redhat.com >
* test different zone/target combination as we're not hitting default settings
Signed-off-by: Adam Miller <admiller@redhat.com >
* fix enabled values for zone operations
Signed-off-by: Adam Miller <admiller@redhat.com >
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de >
Co-authored-by: Felix Fontein <felix@fontein.de >
2020-11-16 12:14:10 +01:00
Adam Miller
1268d4aa0a
add changelog fragment for PR#101
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-10-23 15:08:26 -05:00
ansible-zuul[bot]
d1fff45191
Merge pull request #82 from bmv126/synchronize_private_key_issue
...
Fix for private_key overriding in synchronize module
Reviewed-by: Adam Miller <admiller@redhat.com >
https://github.com/maxamillion
2020-09-18 05:24:11 +00:00
vishwas
4b0b50439d
Fix for private_key overriding in synchronize module
2020-09-04 04:16:43 -04:00
jillr
e5e36d3c7b
Prepare 1.1.1 release
...
Run add_docs.py
Run antsibull-changelog; backfill for prior releases
Bump release in galaxy.yml
Add .keep to changelogs/fragments so directory is not deleted if
`keep_fragments` is ever set to False.
2020-09-02 20:55:04 +00:00
Adam Miller
c390183337
fix skippy callback deprecation warning
...
Fixes https://github.com/ansible-collections/ansible.posix/issues/62
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-08-21 16:24:35 -05:00
Chris Church
53bb7312e4
Add changelog entry for #74 .
2020-07-27 12:41:16 -04:00
Adam Miller
04441336fc
add changelog fragment
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-07-15 22:57:38 -05:00
Adam Miller
711e5fefdd
make sanity tests happy
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 17:14:38 -05:00
Adam Miller
492d5e3d05
use FQCN for module call in action plugins
...
Fixes https://github.com/ansible-collections/ansible.posix/issues/11
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 15:22:34 -05:00
ansible-zuul[bot]
e02e9d17d2
Merge pull request #57 from maxamillion/changelogs/fix-23-selinux-file-extension
...
fix 23-selinux-doesnt-create-missing-config-keys file extension
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 17:46:42 +00:00
ansible-zuul[bot]
916b96b4d9
Merge pull request #55 from maxamillion/issues/37/authorized_key-check_mode-inconsistent-return
...
authorized_keys - consistent behavior in check_mode
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 17:44:02 +00:00
Adam Miller
89118af1f3
fix 23-selinux-doesnt-create-missing-config-keys file extension
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 10:48:29 -05:00
Adam Miller
86a5950efa
authorized_keys - consistent behavior in check_mode
...
Previously check_mode would incorrectly return changed=False even when a
change would have taken place if ran without check_mode, with
integration tests that confirmed this incorrect behavior. Also the
module did not correctly populate the return values when run in
check_mode. Both of these issues are resolved in this PR.
Fixes https://github.com/ansible-collections/ansible.posix/issues/37
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 09:18:52 -05:00
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
Franz Bettag
00f97908d7
Updates authorized_key.py with all current ssh key types
2020-06-19 07:09:28 +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
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
Matt Martz
23d3703a84
Fix json callback for non-lockstep strategy plugins such as free. Fixes #65931
2020-03-24 11:23:39 -05:00