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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
8da6a693
Commit
8da6a693
authored
Jun 26, 2020
by
Rafael Guterres Jeffman
Browse files
Options
Downloads
Patches
Plain Diff
Change password values in README to keep consistency with other modules.
parent
857fb82e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README-dnsforwardzone.md
+5
-5
5 additions, 5 deletions
README-dnsforwardzone.md
with
5 additions
and
5 deletions
README-dnsforwardzone.md
+
5
−
5
View file @
8da6a693
...
...
@@ -49,7 +49,7 @@ Example playbook to ensure presence of a forwardzone to ipa DNS:
tasks:
-
name: ensure presence of forwardzone for DNS requests for example.com to 8.8.8.8
ipadnsforwardzone:
ipaadmin_password: password
01
ipaadmin_password:
SomeADMIN
password
state: present
name: example.com
forwarders:
...
...
@@ -59,13 +59,13 @@ Example playbook to ensure presence of a forwardzone to ipa DNS:
-
name: ensure the forward zone is disabled
ipadnsforwardzone:
ipaadmin_password: password
01
ipaadmin_password:
SomeADMIN
password
name: example.com
state: disabled
-
name: ensure presence of multiple upstream DNS servers for example.com
ipadnsforwardzone:
ipaadmin_password: password
01
ipaadmin_password:
SomeADMIN
password
state: present
name: example.com
forwarders:
...
...
@@ -74,7 +74,7 @@ Example playbook to ensure presence of a forwardzone to ipa DNS:
-
name: ensure presence of another forwarder to any existing ones for example.com
ipadnsforwardzone:
ipaadmin_password: password
01
ipaadmin_password:
SomeADMIN
password
state: present
name: example.com
forwarders:
...
...
@@ -83,7 +83,7 @@ Example playbook to ensure presence of a forwardzone to ipa DNS:
-
name: ensure the forwarder for example.com does not exists (delete it if needed)
ipadnsforwardzone:
ipaadmin_password: password
01
ipaadmin_password:
SomeADMIN
password
name: example.com
state: absent
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment