mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
Create Security Group with Ansible
This commit is contained in:
parent
579aaaa577
commit
bf9a14081d
1 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,17 @@
|
|||
include_vars:
|
||||
file: roles/deploy/vars/os_auth.yaml
|
||||
|
||||
- name: Create security group
|
||||
os_security_group:
|
||||
auth:
|
||||
auth_url: "{{ auth_url }}"
|
||||
username: "{{ username }}"
|
||||
password: "{{ password }}"
|
||||
project_name: "{{ project_name }}"
|
||||
os_user_domain_name: "{{ os_user_domain_name }}"
|
||||
name: sg-tpot-any
|
||||
description: tpot any-any
|
||||
|
||||
- name: Launch an instance
|
||||
os_server:
|
||||
auth:
|
||||
|
|
Loading…
Reference in a new issue