mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 19:25:54 +00:00
New module fstore to backup files using IPA client sysrestore
- Backup ipa default conf - Backup krb5.conf
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
package: name="{{ item }}" state=present
|
||||
with_items: "{{ krb5_packages }}"
|
||||
|
||||
# No backup in ipa-client-install mode
|
||||
#- name: Backup {{ krb5_conf }}
|
||||
# copy:
|
||||
# src: "{{ krb5_conf }}"
|
||||
# dest: "{{ krb5_conf }}.bkp"
|
||||
# force: no
|
||||
- name: Install - Backup krb5.conf
|
||||
fstore:
|
||||
backup: "{{ krb5_conf }}"
|
||||
|
||||
- name: Template krb5.conf
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user