Robin Schneider
67a1bebbd3
Use addresses and names reserved for documentation ( #2894 )
...
Trying to preserve the meaning of the examples.
Related to: https://github.com/ansible/ansible/issues/17479
8 years ago
Michael Grandjean
f38fbaefc6
Fix typo in EXAMPLE section ( #2833 )
8 years ago
Tobias Rueetschi
ec2cc904e2
udm_user: change overridePWHistory and overridePWLength to snake_case
8 years ago
Tobias Rueetschi
81c2fb46f1
univention udm_user: override password history.
8 years ago
René Moser
48eba12d23
Merge pull request #2822 from adfinis-forks/fix_udm_user
...
univention udm_user: pep8
8 years ago
John R Barker
bd2d487c6a
Feature udm share ( #2439 )
...
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
8 years ago
Tobias Rueetschi
a370a8c8f6
udm_user: change code to fit documentation with snake_case instead of camelCase
8 years ago
Tobias Rueetschi
caba5d1715
udm_user: change camelCase to snake_case in documentation
8 years ago
Tobias Rueetschi
d179938952
univention udm_user: pep8
8 years ago
Tobias Rüetschi
a39da41bb2
Feature udm dns zone ( #2382 )
...
* 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
8 years ago
Tobias Rüetschi
fc18b967f2
Feature udm group ( #2396 )
...
* 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
8 years ago
Tobias Rüetschi
cd446baf39
Feature udm dns record ( #2394 )
...
* 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
8 years ago
Tobias Rueetschi
deb5975a8a
univention udm_share: add aliases as documented
8 years ago
Tobias Rueetschi
44e5f4bb17
univention udm_share: change documentation, use camel_case for parameters, old parameter names as alias
8 years ago
Tobias Rueetschi
8f48370dac
univention udm_share: pep8
8 years ago
Tobias Rueetschi
644b3efd87
univention udm_share: add example
8 years ago
Tobias Rueetschi
ac5182db2d
univention udm_share: change some parameters to type bool
8 years ago
Tobias Rueetschi
838cbd19c1
univention udm_share: reorder documentation parameters
8 years ago
Tobias Rueetschi
7b80df0a0d
univention udm_share: add documenation
8 years ago
Tobias Rueetschi
533f056a2a
univention udm_share: import only AnsibleModule from ansible.module_utils.basic
8 years ago
Tobias Rueetschi
3f3a193e35
univention udm_share: add license information
8 years ago
Tobias Rueetschi
529eed2fe0
univention udm_share: add required_if to the API
8 years ago
Tobias Rueetschi
f4f218005a
univention udm_share: fix shebang
8 years ago
Tobias Rueetschi
3c4ec8ac43
univention udm_share: adapt to library univention_umc
8 years ago
Tobias Rüetschi
a888172173
UCS udm_share: fix creating of new shares
8 years ago
Tobias Rüetschi
6521ad31b1
UCS udm_share: added
8 years ago
Tobias Rüetschi
825a224d38
Feature udm user ( #2406 )
...
* 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
8 years ago