presentations/README.md
2020-01-29 00:23:33 +00:00

652 B

Dransible

Prerequisites

Installation

  1. Download roles from Galaxy:

    ansible-galaxy install -r tools/ansible/requirements.yml
    
  2. Start the server:

    vagrant up
    
  3. Provision the server:

    ansible-playbook tools/ansible/provision.yml
    
  4. Deploy the application:

    ansible-playbook tools/ansible/deploy.yml