Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YanBel authored Mar 28, 2017
1 parent 054b39b commit df91d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/ovh_servers/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
name: "{{ admin.key }}"
public_key_file: "{{ cloud.sshkey.public_key_file }}"

- name: Create Vlans
ovh_networks: description="{{ cloud.project }}" project_name="{{ cloud.project }}" name="{{ item.name }}" id="{{ item.id }}" state=present
with_items: "{{ vlans }}"

- name: Create Security group for admin VM
os_security_group: state=present name={{ admin.security_group }} description="Admin firewall rules" cloud={{ cloud.name }}

Expand Down

0 comments on commit df91d4a

Please sign in to comment.