Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b3a6c9ebe1c928bc61fa99750c2855fc65ac3603
Select Git revision
Branches
1
master
default
protected
Tags
20
v1.14.5
v1.14.4
v1.14.3
v1.14.2
v1.14.1
v1.14.0
v1.13.2
v1.13.1
v1.13.0
v1.12.1
v1.12.0
v1.11.1
v1.11.0
v1.10.0
v1.9.2
v1.9.1
v1.9.0
v1.8.4
v1.8.3
v1.8.2
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
1
Oct
30
Sep
29
28
27
25
24
23
20
16
15
14
13
9
8
7
6
5
3
2
1
31
Aug
25
24
23
20
19
12
11
24
Jul
16
14
13
12
8
6
16
Jun
9
4
1
27
May
26
25
24
23
21
20
19
18
12
11
6
5
4
3
7
Apr
19
Mar
22
Feb
15
4
1
26
Jan
18
12
11
8
7
6
4
29
Dec
22
21
16
15
10
9
8
2
1
30
Nov
27
26
25
24
23
20
19
18
17
16
13
9
6
30
Oct
29
28
23
14
13
8
26
Sep
25
21
18
16
8
4
3
1
31
Aug
28
27
26
25
24
22
21
19
18
17
14
13
11
10
5
3
31
Jul
30
27
role: Use IPAAnsibleModule method to validate arguments.
pwpolicy: Use IPAAnsibleModule method to validate arguments.
privilege: Use IPAAnsibleModule method to validate arguments.
permission: Use IPAAnsibleModule method to validate arguments.
location: Use IPAAnsibleModule method to validate arguments.
hostgroup: Use IPAAnsibleModule method to validate arguments.
host: Use IPAAnsibleModule method to validate arguments.
hbacsvcgroup: Use IPAAnsibleModule method to validate arguments.
hbacsvc: Use IPAAnsibleModule method to validate arguments.
hbacrule: Use IPAAnsibleModule method to validate arguments.
group: Use IPAAnsibleModule method to validate arguments.
dnszone: Use IPAAnsibleModule method to validate arguments.
dnsrecord: Use IPAAnsibleModule method to validate arguments.
dnsforwardzone: Use IPAAnsibleModule method to validate arguments.
dnsconfig: : Use IPAAnsibleModule method to validate arguments.
delegation: Use IPAAnsibleModule method to validate arguments.
automember: Use IPAAnsibleModule method to validate arguments.
IPAAnsibleModule: Provide function to fail in param is invalid.
Merge pull request #651 from rjeffman/tests_fix_ipa_context
Fix execution of client context tests.
Merge pull request #647 from t-woerner/ipaserver-readme-present-doc-enhancement
Merge pull request #400 from rjeffman/lint_fix_ansible_lint_issues
Merge pull request #650 from rjeffman/setup_py_pylint
setup.py: Disable pylint rule import-error.
pre-commit: Exclude env_*.yml files from ansible-lint.
Fix example playbooks task name to better represent action performed.
Fix user example playbooks that manage certificate members.
ipauser, ipahost: Enable verification for certificate tests.
Make ansible-lint and yamllint use more strict rules.
Fix comment identation in test playbooks.
Fix yamllint `line-length` warnings.
Fix yamllint `colons` occurrences.
Fix yamllint `empty-lines` occurrences.
Fix yamllint `document-start` occurrences.
Fix Ansible warning on using an integer where a string is expected.
Ignore ansible-lint error E505 for 'users.json' file.
Fix ansible-lint error 502 (unnamed-task) for example playbooks.
Fix ansible-lint E502 for test playbooks.
Fix ansible-lint E208 by setting file modes in file and copy tasks.
Fix ansible-lint E206 (var-spacing) on all test and example playbooks.
Loading