summaryrefslogtreecommitdiff
path: root/system
Commit message (Expand)AuthorAgeFilesLines
* Style cleanups:Toshio Kuratomi2016-08-311-4/+4
* Use six for iteration, to make it run on python3 (#2800)Michael Scherer2016-08-311-4/+5
* Fix ansible/ansible-modules-extras#1682: add dispersed volume support for glu...Wong Hoi Sing Edison2016-08-311-2/+24
* gluster_volume module parses out additional hostnames provided by "gluster pe...afunix2016-08-311-0/+8
* Iptables enhancements (#2789)Mike Liu2016-08-301-20/+93
* Moved the atomic modules to cloud/atomic. (#2784)Toshio Kuratomi2016-08-262-242/+0
* [FIX] ufw fails asking for a direction for rules without an interface specifi...ovcharenko2016-08-231-1/+1
* Added modules to manage Atomic Host Platform (host and image) (#1902)Saravanan K R2016-08-182-0/+242
* Allow value to be bool where 'yes'/'no' are in choices (#2593)Shinichi TAMURA2016-08-171-0/+5
* [FIX] "Invalid interface clause" error in UFW module (#2559) (#2666)ovcharenko2016-08-161-2/+3
* Added example to add a port range (#2712)Onni Hakala2016-08-121-0/+3
* Add support for managing OpenZFS pools (#2642)Adam Števko2016-08-081-4/+17
* seport: fix a bug when SELinux port definition was already there (#2009) (#2694)Dan Keder2016-08-081-18/+51
* [FIX] Bug report: ufw: interface option causes an error (1.9.4) (#1491) (#2668)ovcharenko2016-08-061-1/+1
* iptables: remove duplicated documentation (#2673)Linus Unnebäck2016-08-051-18/+2
* Use %s string formatting in system/timezone.py (#2632)Adrian Likins2016-07-281-16/+20
* Add support for reiserfs (#2551)Ruslan Kiianchuk2016-07-281-0/+8
* Add `active` and `inactive` states to the lvol module (#1974)Aaron Brady2016-07-281-6/+39
* Fix reference in known_hosts doc (#2563)Sander Dijkhuis2016-07-251-1/+1
* which not who (#2557)Sudheer Satyanarayana2016-07-131-1/+1
* removing | from description so docs render properly in RTD (#2533)Nate Prewitt2016-07-091-6/+3
* alternatives: add missing version_added and default docRene Moser2016-07-091-0/+2
* Fixed #632 added alternatives priority (#1175)Zack Lalanne2016-07-091-3/+11
* fix typo in get_exception(), extends fix #2502 (#2507)René Moser2016-06-304-5/+5
* Fix 'function' has no attribute 'errno' (#2502)David Fischer2016-06-301-1/+1
* Fix some typos (#2490)Shota2016-06-271-4/+4
* system: crypttab: fix typo (#2476)Andrey Arapov2016-06-251-1/+1
* Added 'answer' as an alias of 'value' on debconf module (#2464)Shinichi TAMURA2016-06-221-1/+1
* Added timezone module (#2414)Shinichi TAMURA2016-06-201-0/+460
* added 'seen' type to debconfBrian Coca2016-06-201-5/+4
* sefcontext: New module to manage SELinux file context mappings (semanage fcon...Dag Wieers2016-06-081-0/+246
* Fix for #2366 removed print statement (#2375)Hrishikesh Barua2016-06-041-1/+0
* Only import get_exception once in locale_gen.pyToshio Kuratomi2016-06-031-8/+8
* Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367)Chris Weber2016-06-0312-56/+95
* iptables: option to configure Source NAT (#2292)Elena Washington2016-05-261-2/+11
* added note about behaviour change in 2.2Brian Coca2016-05-231-3/+4
* Allow multiple keys per host + minor improvements (#716)Leo Antunes2016-05-231-45/+71
* add missing author infoBrian Coca2016-05-201-0/+2
* Use a python3 compatible notation for octal (#2238)Michael Scherer2016-05-171-1/+1
* Add insert support to iptables. (#1180)Daniel Vigueras2016-05-161-1/+19
* Merge pull request #2146 from ke3vin/interfacezoneAdrian Likins2016-05-161-20/+60
|\
| * Fix the interface handling code to allow permanent and non-permanent operations.Kevin Hildebrand2016-05-021-20/+60
* | Merge pull request #2225 from rusaksoft/iptables-add-icmp-typeAdrian Likins2016-05-161-0/+9
|\ \
| * | iptables module - icmp-type better doc stylePavel Samokha2016-05-131-1/+3
| * | fix icmp-typePavel Samokha2016-05-131-1/+1
| * | iptables module - add icmp_typePavel Samokha2016-05-131-0/+7
* | | Fix check-mode incorrectly returning changed (#2220)Dag Wieers2016-05-141-37/+36
* | | New lvol option: shrink. (#2135)Yannig2016-05-131-2/+13
|/ /
* | Use type='path' rather than str, so path is expanded correctlyMichael Scherer2016-05-081-4/+2
|/
* updated version added for pvsBrian Coca2016-04-281-1/+1