All Projects → inem → aegea-ansible

inem / aegea-ansible

Licence: other
Ansible recipes to install Aegea (blogengine.ru)

Programming Languages

ApacheConf
554 projects
PHP
23972 projects - #3 most used programming language

Labels

README.md

Install Ansible

On local machine (with macOS):

sudo easy_install pip
sudo pip install ansible

Prerequisites

  1. Boot up an instance of Ubuntu Wily(15.10)
  2. Set up DNS record: "A blog.example.com 111.11.11.11"
  3. Modify vars section of playbook

Run script:

ansible-playbook -i 'serveraddress.com,' setup.yml ^ Notice the comma! It is required!

#TODO:

Misc

Related LAMP stack installation links:

Not working out of the box but useful playbooks:

Related ansible links:

Vsftpd:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].