Skip to content

Ansible role for installing McAfee on RHEL & Windows

Notifications You must be signed in to change notification settings

palch/mcafee-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

mcafee role can be used to install mcafee agent in redhat linux and windows.

Requirements

extra variables env need to be mentioned.

Role Variables

Following variables to be set when new mcafee agent packages available.

redhat:
  installable: <package_name>.zip
  checksum: sha1:<checksum_here>

windows:
  installable: <package_name>.exe
  product_id: '{<product_id_here>}'
  checksum: <checksum_here>
  checksum_algorithm: sha1

Dependencies

No dependency.

Example Playbook

- hosts: servers
  roles:
     - mcafee

ansible-playbook playbook.yml -e env=<env_name>

env_name can be:

  1. nonprod
  2. prod

About

Ansible role for installing McAfee on RHEL & Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published