Delete training whitespaces

[ANSIBLE0002] Trailing whitespace
This commit is contained in:
Aleskey Zalesov 2018-03-02 14:17:40 +03:00
parent 77711a029c
commit 8c0f0f7218
8 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
- name: Create bootnode security group - name: Create bootnode security group
hosts: localhost hosts: localhost
gather_facts: False gather_facts: False
tasks: tasks:
- name: Create Security group - name: Create Security group
ec2_group: ec2_group:
ec2_access_key: "{{ access_key }}" ec2_access_key: "{{ access_key }}"
@ -39,7 +39,7 @@
ec2_access_key: "{{ access_key }}" ec2_access_key: "{{ access_key }}"
ec2_secret_key: "{{ secret_key }}" ec2_secret_key: "{{ secret_key }}"
key_name: "{{ awskeypair_name }}" key_name: "{{ awskeypair_name }}"
instance_tags: instance_tags:
Name: "{{ bootnode_instance_name }}" Name: "{{ bootnode_instance_name }}"
group: "{{ bootnode_security_group }}" group: "{{ bootnode_security_group }}"
instance_type: "{{ bootnode_instance_type }}" instance_type: "{{ bootnode_instance_type }}"

View File

@ -2,7 +2,7 @@
- name: Create explorer security group - name: Create explorer security group
hosts: localhost hosts: localhost
gather_facts: False gather_facts: False
tasks: tasks:
- name: Create Security group - name: Create Security group
ec2_group: ec2_group:
ec2_access_key: "{{ access_key }}" ec2_access_key: "{{ access_key }}"
@ -39,7 +39,7 @@
ec2_access_key: "{{ access_key }}" ec2_access_key: "{{ access_key }}"
ec2_secret_key: "{{ secret_key }}" ec2_secret_key: "{{ secret_key }}"
key_name: "{{ awskeypair_name }}" key_name: "{{ awskeypair_name }}"
instance_tags: instance_tags:
Name: "{{ explorer_instance_name }}" Name: "{{ explorer_instance_name }}"
group: "{{ explorer_security_group }}" group: "{{ explorer_security_group }}"
instance_type: "{{ explorer_instance_type }}" instance_type: "{{ explorer_instance_type }}"

View File

@ -2,7 +2,7 @@
- name: Create netstat security group - name: Create netstat security group
hosts: localhost hosts: localhost
gather_facts: False gather_facts: False
tasks: tasks:
- name: Create Security group - name: Create Security group
ec2_group: ec2_group:
ec2_access_key: "{{ access_key }}" ec2_access_key: "{{ access_key }}"
@ -39,7 +39,7 @@
ec2_access_key: "{{ access_key }}" ec2_access_key: "{{ access_key }}"
ec2_secret_key: "{{ secret_key }}" ec2_secret_key: "{{ secret_key }}"
key_name: "{{ awskeypair_name }}" key_name: "{{ awskeypair_name }}"
instance_tags: instance_tags:
Name: "{{ netstat_instance_name }}" Name: "{{ netstat_instance_name }}"
group: "{{ netstat_security_group }}" group: "{{ netstat_security_group }}"
instance_type: "{{ netstat_instance_type }}" instance_type: "{{ netstat_instance_type }}"

View File

@ -40,7 +40,7 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "22" - "22"
when: allow_bootnode_ssh == true when: allow_bootnode_ssh == true
@ -75,7 +75,7 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "8545" - "8545"
when: allow_bootnode_rpc == true when: allow_bootnode_rpc == true
@ -99,6 +99,6 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "30303" - "30303"
when: allow_bootnode_p2p == true when: allow_bootnode_p2p == true

View File

@ -40,7 +40,7 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "22" - "22"
when: allow_explorer_ssh == true when: allow_explorer_ssh == true
@ -79,7 +79,7 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "30303" - "30303"
when: allow_explorer_p2p == true when: allow_explorer_p2p == true
@ -98,6 +98,6 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "3000" - "3000"
when: allow_explorer_http == true when: allow_explorer_http == true

View File

@ -40,7 +40,7 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "22" - "22"
when: allow_moc_ssh == true when: allow_moc_ssh == true
@ -63,6 +63,6 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "30303" - "30303"
when: allow_moc_p2p == true when: allow_moc_p2p == true

View File

@ -40,7 +40,7 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "22" - "22"
when: allow_netstat_ssh == true when: allow_netstat_ssh == true
@ -75,6 +75,6 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "3000" - "3000"
when: allow_netstat_http == true when: allow_netstat_http == true

View File

@ -40,7 +40,7 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "22" - "22"
when: allow_validator_ssh == true when: allow_validator_ssh == true
@ -63,6 +63,6 @@
from_port: "{{ item }}" from_port: "{{ item }}"
to_port: "{{ item }}" to_port: "{{ item }}"
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
with_items: with_items:
- "30303" - "30303"
when: allow_validator_p2p == true when: allow_validator_p2p == true