Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 265 Bytes

bt-rhel-role

Ansible bt rhel role

description

some basic stuff to setup and keep a Centos/RHEL 7 server clean and updated

example playbook snippet

- import_role:
    name: bt-rhel-role
  tags:
  - rhel
  when: "ansible_os_family == 'RedHat'"