Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 986 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 986 Bytes

Build Status

Seal

Performs sealing of Red Hat Enterprise Linux machine described at oVirt site.

Requirements

None

Role Variables

None

Dependencies

None

Available tags

You can skip following sealing steps using --skip-tags option.

  • reset_hostname

    Tag is assigned to tasks which reset hostname.

  • delete_logs

    Tag is assigned to tasks which wipe out /var/log/ directory.

  • poweroff

    Tag is assigned to task which shutdown sealed machine.

Example Playbook

---
- hosts: all
  remote_user: root
  roles:
    - { role: rhevm-qe-automation.ansible-role-seal }

Author Information

Katerina Koukiou kkoukiou@redhat.com