summaryrefslogtreecommitdiff
path: root/univention
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-065-0/+20
|
* Native YAML (#3593)Fabio Alessandro Locati2016-12-015-33/+45
|
* Use addresses and names reserved for documentation (#2894)Robin Schneider2016-09-122-3/+3
| | | | | Trying to preserve the meaning of the examples. Related to: https://github.com/ansible/ansible/issues/17479
* Fix typo in EXAMPLE section (#2833)Michael Grandjean2016-09-011-1/+1
|
* udm_user: change overridePWHistory and overridePWLength to snake_caseTobias Rueetschi2016-08-311-4/+8
|
* univention udm_user: override password history.Tobias Rueetschi2016-08-311-0/+17
|
* Merge pull request #2822 from adfinis-forks/fix_udm_userRené Moser2016-08-311-65/+105
|\ | | | | univention udm_user: pep8
| * udm_user: change code to fit documentation with snake_case instead of camelCaseTobias Rueetschi2016-08-311-34/+51
| |
| * udm_user: change camelCase to snake_case in documentationTobias Rueetschi2016-08-311-17/+34
| |
| * univention udm_user: pep8Tobias Rueetschi2016-08-311-14/+20
| |
* | Feature udm share (#2439)John R Barker2016-08-311-0/+617
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add univention/udm_share.py * UCS udm_share: fix creating of new shares * univention udm_share: adapt to library univention_umc * univention udm_share: fix shebang * univention udm_share: add required_if to the API * univention udm_share: add license information * univention udm_share: import only AnsibleModule from ansible.module_utils.basic * univention udm_share: add documenation * univention udm_share: reorder documentation parameters * univention udm_share: change some parameters to type bool * univention udm_share: add example * univention udm_share: pep8 * univention udm_share: change documentation, use camel_case for parameters, old parameter names as alias * univention udm_share: add aliases as documented
| * univention udm_share: add aliases as documentedTobias Rueetschi2016-08-301-0/+40
| |
| * univention udm_share: change documentation, use camel_case for parameters, ↵Tobias Rueetschi2016-08-301-40/+80
| | | | | | | | old parameter names as alias
| * univention udm_share: pep8Tobias Rueetschi2016-08-301-12/+19
| |
| * univention udm_share: add exampleTobias Rueetschi2016-08-291-0/+5
| |
| * univention udm_share: change some parameters to type boolTobias Rueetschi2016-08-291-44/+70
| |
| * univention udm_share: reorder documentation parametersTobias Rueetschi2016-08-291-11/+12
| |
| * univention udm_share: add documenationTobias Rueetschi2016-08-291-0/+287
| |
| * univention udm_share: import only AnsibleModule from ansible.module_utils.basicTobias Rueetschi2016-08-291-1/+1
| |
| * univention udm_share: add license informationTobias Rueetschi2016-08-291-0/+19
| |
| * univention udm_share: add required_if to the APITobias Rueetschi2016-08-291-1/+4
| |
| * univention udm_share: fix shebangTobias Rueetschi2016-08-291-1/+1
| |
| * univention udm_share: adapt to library univention_umcTobias Rueetschi2016-08-291-189/+8
| |
| * UCS udm_share: fix creating of new sharesTobias Rüetschi2016-08-291-5/+8
| |
| * UCS udm_share: addedTobias Rüetschi2016-08-291-0/+367
| |
* | Feature udm dns zone (#2382)Tobias Rüetschi2016-08-301-0/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UCS udm_dns_zone: added Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_zone: updated, add supports check mode Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_zone: updated, add support to modify dns zones * UCS udm_dns_zone: change string formating * UCS udm_dns_zone: add a function to convert the time to the biggest unit * UCS udm_dns_zone: add type definitions to the argument specification * UCS udm_dns_zone: update function convert_time * UCS udm_dns_zone: only modify object if it has changed * UCS udm_dns_zone: add documentation * UCS udm_dns_zone: fix checks * UCS udm_dns_zone: if dns zone not exists, changed is always true * UCS udm_dns_zone: documentation, add version_added * UCS udm_dns_zone: add license and fix travis for python 3 * UCS udm_dns_zone: import common code for univention from ansible.module_utils.univention * univention udm_dns_zone: adapt to library univention_umc * univention udm_dns_zone: lint * univention udm_dns_zone: add requirement python >= 2.6 to documentation * univention udm_dns_zone: dont import time, its unused
* | Feature udm group (#2396)Tobias Rüetschi2016-08-301-0/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UCS udm_group: added Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: updated Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: add key description Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * python styling Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: updated, add supports check mode Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: updated, add support to modify groups * UCS udm_group: change string formating * UCS udm_group: add type definitions to the argument specification * UCS udm_group: import common code for univention from ansible.module_utils.univention * univention udm_group: add documentation * UCS udm_group: add requirement python >= 2.6 * univention udm_group: add more examples
* | Feature udm dns record (#2394)Tobias Rüetschi2016-08-301-0/+182
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UCS udm_dns: added Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_record: fix multiple entries in different zones Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns -> udm_dns_record: renamed Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_record: updated, add supports check mode Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_record: updated, add support to modify dns records * UCS udm_dns_record: change string formating * UCS udm_dns_record: add type definitions to the argument specification * UCS udm_dns_record: import common code for univention from ansible.module_utils.univention_umc * UCS udm_dns_record: add documentation * UCS udm_dns_record: update documenation * univention udm_dns_record: pylint * univention udm_dns_record: fix reverse zone entries
* Feature udm user (#2406)Tobias Rüetschi2016-08-272-0/+530
* Creating directory univention * UCS udm_user: added Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_user: updating, added support to modify user groups Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_user: add key homedrive Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_user: add key userexpiry Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * python styling Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_user: updated, add supports check mode Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_user: updated, add support to modify users * UCS udm_user: change string formating * UCS udm_user: add type definitions to the argument specification * UCS udm_user: only modify object if it has changed * UCS udm_user: if user not exists, changed is always true * UCS udm_user: import common code for univention from ansible.module_utils.univention_umc * UCS udm_user: add a lot more attributes * UCS udm_user: add license information * UCS udm_user: fix API serviceprovider and unixhome * UCS udm_user: add documentation * univention udm_user: import only AnsibleModule from ansible.module_utils.basic * univention udm_user: reorder documentation options * univention udm_user: fix documentation * univention udm_user: dont log password * univention udm_user: add more examples