Skip to content

williamhanseneric/ansible-role-bigfix-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing

Ansible Role: BigFix Client

Installs the BigFix Client for various Linux Servers

Requirements

A BigFix server

Role Variables

Set the version/development kit of Java to install, along with any other necessary Java packages. Some other options include are included in the distribution-specific files in this role's 'defaults' folder.

bigfix_client_conf_dir: /etc/opt/BESClient
bigfix_client_server_name: bigfix.example.com
bigfix_client_server_port: 52311

bigfix_client_service_name: besclient

# On AIX
bigfix_client_service_name: SBESClientd

Re-install or update

You may use bigfix_update: true to have the client be re-installed. Useful for new versions

Example Playbook

- hosts: all
  roles:
    - outsideopen.bigfix_client

License

MIT / BSD

Author Information

This role was created in 2016 by David Lundgren.

About

BigFix Client Installer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%