Ansible role to install findomain.
Download and install the latest findomain release and setup the required tokens.
The following variables can be used.
recon_findomain_username: root
. Sets the usernamerecon_findomain_home_dir: /root
. The path to user's home.recon_findomain_fb_token: fb_token
. The Facebook Token. Requires username to be set.recon_findomain_spyse_token: spyse
. The Spyse token. Requires username to be set.recon_findomain_virustotal_token: vt
. The VirusTotal token. Requires username to be set.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: ansible-role-recon-findomain }
BSD