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
- Host: GitHub
- URL: https://github.com/tchellomello/ansiblestuff
- Owner: tchellomello
- License: gpl-3.0
- Created: 2017-12-21T20:37:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T06:33:08.000Z (over 8 years ago)
- Last Synced: 2025-01-19T07:43:23.461Z (over 1 year ago)
- Topics: ansible, automation, wordpress
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```