Link Search Menu Expand Document

Deploy Using Vagrant and Ansible

Introudction

Vagrant and Ansible can be used to quickly build or rebuild virtual servers. ArcherySec can be configured using Vagrant and Ansible and in this example we’ll going to deploy archerysec automatically using Ansible on Ubuntu Server.

DO NOT EXPOSE PUBLICLY, INTERNAL USE ONLY

Prerequisites

  • Varant
  • VirtualBox
  • Ansible

Deploy ArcherySec using Vagrant and Ansible

# Clone Git repositiory
git clone https://github.com/archerysec/archerysec-vagrant-ansible.git

# Move into directory
cd archerysec-vagrant-ansible

# Run vagrant command to provision archerysec server
vagrant up --provision
├── README.md
├── Vagrantfile
├── playbook.yml
├── roles
│   ├── defaults
│   │   └── main.yml
│   ├── handlers
│   │   └── main.yml
│   ├── tasks
│   │   └── main.yml
│   └── templates
│       ├── archerysec.service
│       ├── django_bootstrap.conf
│       ├── gunicorn_start
│       └── nginx.conf
└── ubuntu-bionic-18.04-cloudimg-console.log

We use cookies to give you the best experience. Read our cookie policy.