Ansible role to install prestodb/presto in CentOS.
TBD
TBD
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: presto-server
roles:
- {role: presto, presto_client_install: false}
- hosts: presto-client
roles:
- {role: presto, presto_server_install: false, presto_client_install: true}
BSD