make vim formatting happy

This commit is contained in:
Miroslav Suchý 2015-03-10 09:11:25 +00:00
parent 479267be08
commit c9a9ebaf08

View file

@ -53,7 +53,7 @@
- command: vgrename vg_guests cinder-volumes
ignore_errors: yes
- lvg: vg=cinder-volumes pvs=/dev/md127 pesize=32 vg_options=''
- lvg: vg=cinder-volumes pvs=/dev/md127 pesize=32 vg_options=""
- template: src={{ files }}/fedora-cloud/hosts dest=/etc/hosts owner=root mode=0644
@ -716,7 +716,7 @@
#################
# Security Groups
################
- name: Create 'ssh-anywhere' security group
- name: "Create 'ssh-anywhere' security group"
neutron_sec_group:
login_username: "admin"
login_password: "{{ ADMIN_PASS }}"
@ -744,7 +744,7 @@
- scratch
- transient
- name: Create 'ssh-internal' security group
- name: "Create 'ssh-internal' security group"
neutron_sec_group:
login_username: "admin"
login_password: "{{ ADMIN_PASS }}"
@ -772,7 +772,7 @@
- { name: scratch, prefix: '172.25.64.1/20' }
- { name: transient, prefix: '172.25.48.1/20' }
- name: Create 'web-80-anywhere' security group
- name: "Create 'web-80-anywhere' security group"
neutron_sec_group:
login_username: "admin"
login_password: "{{ ADMIN_PASS }}"
@ -800,7 +800,7 @@
- scratch
- transient
- name: Create 'web-443-anywhere' security group
- name: "Create 'web-443-anywhere' security group"
neutron_sec_group:
login_username: "admin"
login_password: "{{ ADMIN_PASS }}"
@ -828,7 +828,7 @@
- scratch
- transient
- name: Create 'wide-open' security group
- name: "Create 'wide-open' security group"
neutron_sec_group:
login_username: "admin"
login_password: "{{ ADMIN_PASS }}"