mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
Build docker image from DCD
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
- name: Use EC2 instance ID for cluster node ID
|
||||
set_fact:
|
||||
atl_cluster_node_id: "{{ ansible_ec2_instance_id }}"
|
||||
atl_local_ipv4: "{{ ansible_ec2_local_ipv4 | default(ansible_default_ipv4.address) }}"
|
||||
atl_local_ipv4: "{{ ansible_ec2_local_ipv4 | default(ansible_default_ipv4) }}"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Restart Product
|
||||
service:
|
||||
systemd:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
state: restarted
|
||||
when: atl_startup_restart
|
||||
|
||||
- name: Enable Product
|
||||
service:
|
||||
systemd:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
enabled: true
|
||||
when: atl_startup_enable
|
||||
|
||||
Reference in New Issue
Block a user