darkwizard242.scout

build-test release Ansible Role Maintainability Rating Reliability Rating Security Rating GitHub tag (latest SemVer) GitHub repo size

Ansible Role: scout

This role installs scout by default on Debian/Ubuntu and EL (Enterprise Linux) systems. Scout is a tool used for URL fuzzing, created by Liam Galvin.

Requirements

None.

Role Variables

The following variables can be used (found in defaults/main.yml):

List of variables:

scout_app: scout
scout_version: 0.15.1
scout_os: "{{ ansible_system | lower }}"
scout_architecture_map:
  amd64: amd64
  x86_64: amd64
  64-bit: amd64
scout_dl_url: https://github.com/liamg/{{ scout_app }}/releases/download/v{{ scout_version }}/{{ scout_app }}-{{ scout_os }}-{{ scout_architecture_map[ansible_architecture] }}
scout_bin_path: "/usr/local/bin/{{ scout_app }}"
scout_file_owner: root
scout_file_group: root
scout_file_mode: '0755'

Table of variables:

Variable (default) Description
scout_app The application to install, which is scout.
scout_version Specifies the version to install, default is 0.14.0.
scout_os The type of operating system, used to get the right binaries.
scout_architecture_map Maps the OS architecture to set the correct binary type.
scout_dl_url The URL to download the scout binary from.
scout_bin_path Path where the scout binary will be stored, default is /usr/local/bin/scout.
scout_file_owner Owner of the scout binary file.
scout_file_group Group of the scout binary file.
scout_file_mode Permissions for the scout binary file.

Dependencies

None.

Example Playbook

To use the role for its default function (installing scout) in Ansible playbooks:

- hosts: servers
  roles:
    - darkwizard242.scout

To customize the role (for example, specifying a different scout version) in Ansible playbooks:

- hosts: servers
  roles:
    - darkwizard242.scout
  vars:
    scout_version: 0.7.1

To customize the role further (for example, changing where the scout binary is placed) in Ansible playbooks:

- hosts: servers
  roles:
    - darkwizard242.scout
  vars:
    scout_bin_path: /bin/

License

MIT

Author Information

This role was created by Ali Muhammad.

Informazioni sul progetto

Installs/Uninstalls 'scout', which was developed by Liam Galvin to perform URL fuzzing and discover undisclosed files.

Installa
ansible-galaxy install darkwizard242.scout
Licenza
mit
Download
4.3k
Proprietario
Senior DevOps/CloudOps Engineer. Dedicated to Automating everything I come across. Love to work on and learn new technologies/tools everyday!