blob: d5548fefcc689c03c929f66309a36a7ff02a9425 [file] [log] [blame]
Andy Bavier9a3aed12018-01-16 15:37:08 -07001---
2- name: Copy templates
3 template:
4 src: "templates/{{ item }}.j2"
5 dest: "{{ source_path }}/{{ item }}"
6 with_items:
7 - vbfd.conf
8 - vbsm_cfg.txt
9
10- name: Run make_certs.sh command
11 shell: "./make_certs.sh mme {{ realm }}"
12 args:
13 chdir: "{{ source_path }}"
14
15- name: Run vb_acc
16 shell: "./vb_acc"
17 args:
18 chdir: "{{ source_path }}"