latzinger / vc-ansible-wordpress

Ansible Project for deploying a Ubuntu Bionic Server on the vCenter. Afterwards installing a running Wordpress installation based on Nginx and a MySQL Database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-vcenter

This is an Ansible Project for deploying a Ubuntu Bionic Server OVA-Template on the VMware vCenter. Afterwards installing a running Wordpress using Nginx and a MySQL Database.

  • Deploying Ubuntu Bionic Server on vCenter
  • Installing Nginx
  • Installing MySQL Database
  • Installing Wordpress

Required Variables

Path: roles/vcenter/defaults/main.yml

  • vcenter_hostname:
  • vcenter_datacenter:
  • vcenter_cluster:
  • vcenter_datastore:
  • vcenter_folder:
  • vcenter_network:

Path: roles/vcenter/vars/main.yml

  • vcenter_username:
  • vcenter_password:

for security reasons this file can be encrypted using ansible-vault. then a vault-pass.txt file must be provided oder the password must be specified in the ansible command!

About

Ansible Project for deploying a Ubuntu Bionic Server on the vCenter. Afterwards installing a running Wordpress installation based on Nginx and a MySQL Database.