Skip to content

Commit dad53a9

Browse files
author
Dave Johnson
authored
Merge pull request ansible#143 from bbaassssiiee/master
ran ansible-lint: stripped trailing spaces
2 parents efa1eba + 036c3b8 commit dad53a9

File tree

45 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+86
-86
lines changed

jboss-standalone/roles/jboss-standalone/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: restart jboss
2+
- name: restart jboss
33
service: name=jboss state=restarted
44

55
- name: restart iptables

jboss-standalone/roles/jboss-standalone/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
copy: src=jboss-as-standalone.sh dest=/etc/init.d/jboss mode=0755
3333

3434
- name: Enable JBoss to be started at boot
35-
service: name=jboss enabled=yes state=started
35+
service: name=jboss enabled=yes state=started
3636

3737
- name: deploy iptables rules
3838
template: src=iptables-save dest=/etc/sysconfig/iptables

jboss-standalone/site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
# This playbook deploys a simple standalone JBoss server.
2+
# This playbook deploys a simple standalone JBoss server.
33

4-
- hosts: jboss-servers
4+
- hosts: jboss-servers
55
remote_user: root
66

77
roles:

lamp_haproxy/roles/common/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- name: Create the GPG key for EPEL
1414
copy: src=RPM-GPG-KEY-EPEL-6 dest=/etc/pki/rpm-gpg
1515

16-
- name: install some useful nagios plugins
16+
- name: install some useful nagios plugins
1717
yum: name={{ item }} state=present
1818
with_items:
1919
- nagios-nrpe
@@ -23,7 +23,7 @@
2323
- nagios-plugins-load
2424
- nagios-plugins-disk
2525

26-
- name: Install ntp
26+
- name: Install ntp
2727
yum: name=ntp state=present
2828
tags: ntp
2929

lamp_haproxy/roles/db/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- name: Create Mysql configuration file
1515
template: src=my.cnf.j2 dest=/etc/my.cnf
16-
notify:
16+
notify:
1717
- restart mysql
1818

1919
- name: Start Mysql Service

lamp_haproxy/roles/nagios/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# handlers for nagios
2+
# handlers for nagios
33
- name: restart httpd
44
service: name=httpd state=restarted
55

lamp_haproxy/roles/nagios/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# This will install nagios
33

4-
- name: install nagios
4+
- name: install nagios
55
yum: pkg={{ item }} state=present
66
with_items:
77
- nagios

lamp_haproxy/roles/web/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
# httpd is handled by the base-apache role upstream
4-
- name: Install php and git
4+
- name: Install php and git
55
yum: name={{ item }} state=present
66
with_items:
77
- php

lamp_haproxy/site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# This playbook deploys the whole application stack in this site.
2+
# This playbook deploys the whole application stack in this site.
33

44
# Apply common configuration to all hosts
55
- hosts: all
@@ -13,7 +13,7 @@
1313
roles:
1414
- db
1515

16-
# Configure and deploy the web servers. Note that we include two roles here,
16+
# Configure and deploy the web servers. Note that we include two roles here,
1717
# the 'base-apache' role which simply sets up Apache, and 'web' which includes
1818
# our example web application.
1919
- hosts: webservers

lamp_simple/roles/common/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# This playbook contains common plays that will be run on all nodes.
33

4-
- name: Install ntp
4+
- name: Install ntp
55
yum: name=ntp state=present
66
tags: ntp
77

0 commit comments

Comments
 (0)