Skip to content

Commit c417385

Browse files
committed
docs: Remove docs for automated steps
1 parent 31745a1 commit c417385

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

playbooks/ipa-server-provisioning/README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -124,29 +124,6 @@ ansible-playbook \
124124
}' \
125125
ipa-server-provisioning.yml
126126
```
127-
### 4. Manually update DNS nameserver(s)
128-
129-
>⛔ Changes described in this section can potentially affect DNS resolution on existing VMs within your subnet. To prevent issues, enroll them to the new IPA server via the
130-
[IPA Client Enroll Flavour](https://europeanweather.cloud/community-hub/ipa-client-enroll-flavour)
131-
CommunityHub Item, OR manually [edit nameservers in their DNS configuration](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/identity_management_guide/domain-dns).
132-
133-
After successful execution of the template, additional changes to the OpenStack subnet are required.
134-
You can edit your specific OpenStack subnet, as well as any other OpenStack resource, with the native [OpenStack CLI](pypi.org/project/python-openstackclient/).
135-
136-
First, take note of the IP address of your newly configured IPA server and the subnet attached to it, replace these information in the command below, and execute:
137-
138-
```bash
139-
openstack subnet set \
140-
--dns-nameserver <IPV4 address of the IPA server> \
141-
<ID or name of the OpenStack Subnet attached to the IPA server>
142-
```
143-
Then remove any default DNS nameservers which where added to the subnet prior to the IPA server configuration:
144-
145-
```bash
146-
openstack subnet unset \
147-
--dns-nameserver <IPV4 address of any prior default DNS nameserver> \
148-
<ID or name of the OpenStack Subnet attached to the IPA server>
149-
```
150127

151128
## Inputs
152129

0 commit comments

Comments
 (0)