Skip to content

Commit

Permalink
Identation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Oct 20, 2017
1 parent dd96b1d commit 7e3e92f
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ for frequently used software, like `docker-ce`, `mariadb`, `grafana`, `influxdb`
- [Installation](#installation)
- [Usage](#usage)
- [Available Repositories](#available-repositories)
- [DevOps Tools](#devops-tools)
- [Programming Languages](#programming-languages)
- [Databases](#databases)
- [Web Servers](#web-servers)
- [Text Editors](#text-editors)
- [DevOps Tools](#devops-tools)
- [Programming Languages](#programming-languages)
- [Databases](#databases)
- [Web Servers](#web-servers)
- [Text Editors](#text-editors)


## Motivation
Expand Down Expand Up @@ -55,17 +55,17 @@ ansible-galaxy install martinrusev.devopsium
## Usage

```
- hosts: all
roles:
- martinrusev.devopsium
vars:
devopsium_repositories:
- grafana
- postgresql
- mongodb
- docker-ce
- python3.6
- hosts: all
roles:
- martinrusev.devopsium
vars:
devopsium_repositories:
- grafana
- postgresql
- mongodb
- docker-ce
- python3.6
```

## Available Repositories
Expand All @@ -74,10 +74,10 @@ ansible-galaxy install martinrusev.devopsium

| Name | Packages available for install after sync | Supported Distros |
| ---------------------- |:--------------------------:| -----------------------:|
| grafana | `grafana` | Ubuntu/Debian/RHEL|
| docker-ce | `docker-ce` | Ubuntu/Debian/RHEL |
| kubernetes | `kubelet`, `kubeadm`, `kubectl` | Ubuntu/Debian/RHEL |
| jenkins | `jenkins` | Ubuntu/Debian/RHEL |
| grafana | `grafana` | Ubuntu/Debian/RHEL|
| docker-ce | `docker-ce` | Ubuntu/Debian/RHEL |
| kubernetes | `kubelet`, `kubeadm`, `kubectl` | Ubuntu/Debian/RHEL |
| jenkins | `jenkins` | Ubuntu/Debian/RHEL |


### Programming Languages
Expand All @@ -91,24 +91,24 @@ ansible-galaxy install martinrusev.devopsium

| Name | Packages available for install after sync | Supported Distros |
| ---------------------- |:--------------------------:| -----------------------:|
| postgresql | `postgresql-` `9.2, 9.3, 9.4, 9.5, 9.6, 10`| Ubuntu/Debian |
| mongodb | `mongodb-org-server` | Ubuntu/Debian/RHEL |
| influxdb | `influxdb`, `telegraf`, `kapacitor`, `chronograf` | Ubuntu/Debian/RHEL |
| elasticsearch | `elasticsearch`, `filebeat`, `metricbeat`, `kibana` | Ubuntu/Debian/RHEL |
| postgresql | `postgresql-` `9.2, 9.3, 9.4, 9.5, 9.6, 10`| Ubuntu/Debian |
| mongodb | `mongodb-org-server` | Ubuntu/Debian/RHEL |
| influxdb | `influxdb`, `telegraf`, `kapacitor`, `chronograf` | Ubuntu/Debian/RHEL |
| elasticsearch | `elasticsearch`, `filebeat`, `metricbeat`, `kibana` | Ubuntu/Debian/RHEL |

### Web Servers

| Name | Packages available for install after sync | Supported Distros |
| ---------------------- |:--------------------------:| -----------------------:|
| nginx | `nginx` | Ubuntu/Debian/RHEL |
| nginx | `nginx` | Ubuntu/Debian/RHEL |


### Text Editors

| Name | Packages available for install after sync | Supported Distros |
| ---------------------- |:--------------------------:| -----------------------:|
| sublime-text | `sublime-text` | Ubuntu/Debian/RHEL |
| vscode | `code` | Ubuntu/Debian/RHEL |
| sublime-text | `sublime-text` | Ubuntu/Debian/RHEL |
| vscode | `code` | Ubuntu/Debian/RHEL |



Expand Down

0 comments on commit 7e3e92f

Please sign in to comment.