Skip to content

KKoukiou/ansible-role-seal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Seal

This role performs sealing steps for following operating systems:

Requirements

None

Role Variables

  • seal_run_containerized

    This option allows seal role run inside of container, default=false.

    Problem is with /etc/hostname file which can not be renamed because it is being bind-mounted.

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 [email protected]

About

Performs sealing of Red Hat Enterprise Linux machine

Resources

License

Stars

Watchers

Forks

Packages

No packages published