Skip to main content

ash.avalanche.faucet

This Ansible role allows to deploy the Avalanche Faucet as a Docker service.

Role variables

VariableCommentDefault value
avalanche_faucet_imageBase image of the Avalanche faucetghcr.io/ashavalanche/faucet-image
avalanche_faucet_image_versionTag to be useddisable-captcha-variable
avalanche_faucet_conf_dirWhere to store the faucet config files/etc/avalanche/faucet/conf
avalanche_faucet_log_dirWhere to store the faucet logs/var/log/avalanche/faucet
avalanche_faucet_userUser that will run the faucetfaucet
avalanche_faucet_groupGroup of the user running the faucetfaucet
avalanche_faucet_docker_groupDocker group of the target hostdocker
avalanche_faucet_portPort on which the faucet will attach on the target host8000
avalanche_faucet_evmchainsConfig file for the faucet (see docs)NA
avalanche_faucet_envEnv file for the faucet (see docs)NA

Inventory requirements

  • The host on which to install the faucet have to be in the faucet group.

How to?

See the Subnet faucet tutorial to learn how to deploy the Avalanche Faucet.