An open API service indexing awesome lists of open source software.

https://github.com/tchellomello/ansiblestuff

Ansbile stuff
https://github.com/tchellomello/ansiblestuff

ansible automation wordpress

Last synced: about 2 months ago
JSON representation

Ansbile stuff

Awesome Lists containing this project

README

          

# ansiblestuff
This repository contains some fun Ansbile stuff that uses *vagrant* as backend with *libvirt* by default.

Currently *Docker* support is being developed.

## How to use it

### Installing dependencies on CentOS7

```
yum install qemu libvirt libvirt-devel ruby-devel \
gcc qemu-kvm libxslt-devel libxml2-devel \
libguestfs-tools-c ruby-devel gcc

systemctl start libvirtd

vagrant plugin install vagrant-libvirt vagrant-dns
```

### Running an Ansible playbook

```
cd wordpress
vagrant up
```