Skip to content
  1. Nov 23, 2020
  2. Nov 21, 2020
  3. Nov 20, 2020
  4. Nov 19, 2020
  5. Nov 18, 2020
  6. Nov 17, 2020
  7. Nov 16, 2020
  8. Nov 13, 2020
  9. Nov 09, 2020
    • Thomas Woerner's avatar
      Fix utils/changelog for merge commits without subject · 2dbbcce5
      Thomas Woerner authored
      There is curently a merge commit without a subject, which leads into a
      traceback in the changelog script.
      
      The merge information provides the commit hash, which is now used to get
      the subject later on using the generated commits hash.
      2dbbcce5
  10. Nov 06, 2020
    • Rafael Guterres Jeffman's avatar
      c62f003e
    • Thomas Woerner's avatar
      New backup role · 59afa282
      Thomas Woerner authored
      There is a new backup role in the roles folder:
      
          roles/ipabackup
      
      This role allows to backup an IPA server, to copy a backup from the
      server to the controller, to copy all backups from the server to the
      controller, to remove a backup from the server, to remove all backups
      from the server, 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/backup-server.yml
          playbooks/backup-server-to-controller.yml
          playbooks/copy-backup-from-server.yml
          playbooks/copy-all-backups-from-server.yml
          playbooks/remove-backup-from-server.yml
          playbooks/remove-all-backups-from-server.yml
          playbooks/copy-backup-to-server.yml
          playbooks/restore-server-from-controller.yml
          playbooks/restore-server.yml
      59afa282
  11. Oct 30, 2020