DCD-224: Add role for common product tasks.

This commit is contained in:
Steve Smith
2019-04-01 11:42:25 +11:00
parent 174a52f6bd
commit d97c8fbf80
2 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
---
- hosts: all
become: true
vars:
product_user: jira
roles:
- aws_linux2_base
- aws_linux2_java
- product_base

View File

@@ -0,0 +1,6 @@
---
- name: Create product user
user:
name: "{{ product_user }}"
comment: "Product runtime user"