Skip to content

ait-testbed/atb-ansible-healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible-Role: atb-ansible-healthcheck

Installs a client-script for the vulnerable healthcheckd service.

Requirements

  • Debian or Ubuntu

Role Variables

healthcheck_status: "OK"
healthcheck_wrapper_path: "/usr/local/bin"
healthcheck_wrapper_mode: "0755"

Example Playbook

- hosts: localhost
  roles:
    vars:
        healthcheck_wrapper_path: "/media/health"
        healthcheck_wrapper_mode: "0777"
        healthcheck_server: 192.168.100.23

License

GPL-3.0

Author

  • Wolfgang Hotwagner