/thesis-ansible

Zabbix and Wordpress Ansible playbooks for Ubuntu 14.04

Primary LanguagePHPMIT LicenseMIT

Ansible

Setup

  1. Clone this repository
  2. Change hosts file according to your needs
  3. Change values specified in group_vars/* files

Running playbooks

	ansible-playbook -i <hosts_file> <playbook> --check

Example:

	ansible-playbook -i hosts zabbix_server.yml --check

Run these without --check to apply changes on server.