-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblink_sm.yml
81 lines (81 loc) · 2.01 KB
/
blink_sm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
# This playbook deploys gw using blink.
#
#- name: Build hosts inventory in memory for localhost
# hosts: localhost
# gather_facts: no
# vars_files:
# - group_vars/mds_var.yml
# - group_vars/sm_var.yml
# - group_vars/smsg_var.yml
# - group_vars/sg_var.yml
# roles:
# - inventory
#
#- name: Deploy a virtual machine as Security Management Server server
# hosts: localhost
# connection: local
# gather_facts: no
# vars_files:
# - group_vars/sm_var.yml
# roles:
# - role: vmrun
# hostname: bink-{{ hostname }}
# deployment: blink
#
#- name: Configure Gaia OS on Security Management Server server
# hosts:
# - "{{ target }}"
# - "{{ groups['gaia_template'][0] }}"
# connection: local
# gather_facts: no
# vars_files:
# - group_vars/sm_var.yml
# roles:
# - gaia
#
#- name: Configure Security Management Server Server using The R80.x Security Management API
# hosts: localhost
# connection: local
# gather_facts: no
# vars_files:
# - group_vars/sm_var.yml
# roles:
# - role: r80api
# mgmt_fingerprint: "{{ hostvars[groups['sm'][0]]['mgmt_fingerprint'] }}"
#
## Deploy a Security Gateway and configure it in the nordics domain
#- name: Deploy a virtual machine as SG server
# hosts: localhost
# connection: local
# gather_facts: no
# vars_files:
# - group_vars/sg_var.yml
# roles:
# - role: vmrun
# hostname: sm-sg253
#
#- name: Configure Gaia OS on SG server
# hosts:
# - "{{ target }}"
# - "{{ groups['gaia_template'][0] }}"
# connection: local
# gather_facts: no
# vars_files:
# - group_vars/sg_var.yml
# roles:
# - role: gaia
# hostname: sm-sg253
#
#- name: Configure SG Server using The R80.x Security Management API
# hosts: localhost
# connection: local
# gather_facts: no
# vars_files:
# - group_vars/sg_var.yml
# roles:
# - role: r80api
# hostname: sm-sg253
# mgmt_server: "{{ groups['sm'][0] }}"
# mgmt_fingerprint: "{{ hostvars[groups['sm'][0]]['mgmt_fingerprint'] }}"
# domain: SMC User