mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Add role for common product tasks.
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
vars:
|
||||||
|
product_user: jira
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- aws_linux2_base
|
- aws_linux2_base
|
||||||
- aws_linux2_java
|
- aws_linux2_java
|
||||||
|
- product_base
|
||||||
|
|||||||
6
roles/product_base/tasks/main.yml
Normal file
6
roles/product_base/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Create product user
|
||||||
|
user:
|
||||||
|
name: "{{ product_user }}"
|
||||||
|
comment: "Product runtime user"
|
||||||
Reference in New Issue
Block a user