Skip to content

Commit 22e67d2

Browse files
authored
Merge pull request #95 from CAG07/master
Update link to replace servercheck.in with jeffgeerling.com blog entry
2 parents fbbc979 + e96f802 commit 22e67d2

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ This repository contains a collection of example virtual machines running variou
44

55
You can `cd` into any of the included directories and run `vagrant up`, and a generic Linux VM will be booted and configured in a few minutes. You just need to install [Vagrant](http://vagrantup.com/), [VirtualBox](https://www.virtualbox.org/), and [Ansible](http://www.ansible.com/). View the included README.md file in any of the subdirectories to find out more about the particular VM.
66

7-
All of these examples use a combination of [roles I've added to Ansible Galaxy](https://servercheck.in/blog/using-ansible-galaxy), and were created to help demonstrate Ansible's simplicity and flexibility.
7+
All of these examples use a combination of [roles I've added to Ansible Galaxy](https://www.jeffgeerling.com/blog/using-ansible-galaxy), and were created to help demonstrate Ansible's simplicity and flexibility.
88

99
Read more about Ansible and how I use it to manage infrastructure in [Ansible for DevOps](https://www.ansiblefordevops.com/), a book I've written.
1010

1111
# VMs/Apps Currently Present
1212

13-
- **Docker** (`docker` - Docker container building and management (builds a simple LAMP stack).
14-
- **Drupal** (`drupal` - LAMP/LEMP-based Content Management System)
15-
- **ELK** (`elk` - This example has been moved to the [Ansible for DevOps repository](https://github.com/geerlingguy/ansible-for-devops))
16-
- **GitLab** (`gitlab` - Ruby-based GitHub-like Git web interface)
17-
- **Gogs** (`gogs` - Go-based GitHub-like Git web interface)
18-
- **Jenkins** (`jenkins` - Java-based Continuous Integration server)
19-
- **LAMP** (`lamp` - Linux, Apache, MySQL, and PHP)
20-
- **LEMP** (`lemp` - Linux Nginx, MySQL, and PHP-fpm)
21-
- **Munin** (`munin` - Munin and munin-node monitoring server)
22-
- **Node.js** (`nodejs` - Node.js-based API app using restify)
23-
- **Phergie** (`phergie` - PHP IRC Bot)
24-
- **Rails** (`rails` - Ruby on Rails demo app running on Passenger/Nginx)
25-
- **Apache Solr** (`solr` - Java-based text search service)
26-
- **SonarQube** (`sonarqube` - Java-based code quality analysis and review tool)
27-
- **SVN** (`svn` - An SVN server using Apache for a web interface)
28-
- **Svn2Git** (`svn2git` - A VM which includes KDE's Svn2Git for repository conversions)
13+
- **Docker** (`docker` - Docker container building and management (builds a simple LAMP stack).
14+
- **Drupal** (`drupal` - LAMP/LEMP-based Content Management System)
15+
- **ELK** (`elk` - This example has been moved to the [Ansible for DevOps repository](https://github.com/geerlingguy/ansible-for-devops))
16+
- **GitLab** (`gitlab` - Ruby-based GitHub-like Git web interface)
17+
- **Gogs** (`gogs` - Go-based GitHub-like Git web interface)
18+
- **Jenkins** (`jenkins` - Java-based Continuous Integration server)
19+
- **LAMP** (`lamp` - Linux, Apache, MySQL, and PHP)
20+
- **LEMP** (`lemp` - Linux Nginx, MySQL, and PHP-fpm)
21+
- **Munin** (`munin` - Munin and munin-node monitoring server)
22+
- **Node.js** (`nodejs` - Node.js-based API app using restify)
23+
- **Phergie** (`phergie` - PHP IRC Bot)
24+
- **Rails** (`rails` - Ruby on Rails demo app running on Passenger/Nginx)
25+
- **Apache Solr** (`solr` - Java-based text search service)
26+
- **SonarQube** (`sonarqube` - Java-based code quality analysis and review tool)
27+
- **SVN** (`svn` - An SVN server using Apache for a web interface)
28+
- **Svn2Git** (`svn2git` - A VM which includes KDE's Svn2Git for repository conversions)
2929

3030
## License
3131

@@ -34,4 +34,3 @@ MIT license.
3434
## Author Information
3535

3636
Created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).
37-

0 commit comments

Comments
 (0)