Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 570 Bytes

Ansible Role : EyesOfApplication

Ansible Role for EyesOfApplication.

Requirements

CentOS 7 with minimal install.

Example Playbook

- name: Install EyesOfApplication for Linux
  hosts: eyesofapplication
  remote_user: ansible
  tasks:
  - import_role:
      name: eyesofapplication
      tasks_from: install

Author Information