Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New restore role #423

Closed
wants to merge 1 commit into from
Closed

Conversation

t-woerner
Copy link
Member

There is a new restore role in the roles folder:

roles/iparestore

This role allows to restore an IPA server locally and from the controller
and also to copy a backup from the controller to the server.

Here is the documentation for the role:

roles/ipabackup/README.md

New example playbooks have been added:

playbooks/restore-server.yml
playbooks/restore-server-from-controller.yml
playbooks/copy-backup-to-server.yml

The vars are copied form the ipaserver role to be able to install the
needed packages. The vars should be moved into a common role to be consumed
by ipaserver, ipareplica and iparestore roles later on.

@t-woerner t-woerner force-pushed the iparestore_role branch 4 times, most recently from 4367f3e to f524275 Compare October 27, 2020 13:06
Copy link
Member

@rjeffman rjeffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except for a minor documentation issue, looks good.

roles/iparestore/README.md Outdated Show resolved Hide resolved
@t-woerner
Copy link
Member Author

I have added support for the NTP service in the firewall for IPA 4.6.

@amore17
Copy link

amore17 commented Nov 2, 2020

Getting error fatal: [master.ipa.test]: FAILED! => {"msg": "Unexpected templating type error occurred on ({{ iparestore_name | regex_search('.*_(ipa-.+)','\\\\1') | first }}): 'NoneType' object is not iterable"}
With iparestore_from_controller: yes
state: present

roles/iparestore/README.md Outdated Show resolved Hide resolved
There is a new restore role in the roles folder:

    roles/iparestore

This role allows to restore an IPA server locally and from the controller
and also to copy a backup from the controller to the server.

Here is the documentation for the role:

    roles/ipabackup/README.md

New example playbooks have been added:

    playbooks/restore-server.yml
    playbooks/restore-server-from-controller.yml
    playbooks/copy-backup-to-server.yml

The vars are copied form the ipaserver role to be able to install the
needed packages. The vars should be moved into a common role to be consumed
by ipaserver, ipareplica and iparestore roles later on.
@t-woerner
Copy link
Member Author

There is a new PR with a combined backup and restore role: #430

@t-woerner t-woerner closed this Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants