ipa / client: just remove the sshd override file
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
308ff1a8ce
commit
1c43429266
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,14 @@
|
||||||
- ipa/client
|
- ipa/client
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: Remove ipa sshd config since we do not need it
|
||||||
|
file:
|
||||||
|
state: absent
|
||||||
|
path: /etc/ssh/sshd_config.d/04-ipa.conf
|
||||||
|
tags:
|
||||||
|
- ipa/client
|
||||||
|
- config
|
||||||
|
|
||||||
- name: Prepare IPA-related information to make the following more efficient
|
- name: Prepare IPA-related information to make the following more efficient
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
import_tasks: prepare-ipa-info.yml
|
import_tasks: prepare-ipa-info.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue