mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
hotfix: Update 'ansible_python_interpreter' specification
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
- awscli
|
||||
- git
|
||||
- ec2-utils
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: Install CloudWatch Agent
|
||||
yum:
|
||||
@@ -17,4 +18,5 @@
|
||||
when: atl_aws_enable_cloudwatch is defined and atl_aws_enable_cloudwatch
|
||||
notify:
|
||||
- Enable CloudWatch Agent
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
yum:
|
||||
name:
|
||||
- "google-noto-*"
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: Link the language fonts into the JDK
|
||||
# Not idiomatic, but cleaner than messing with nested lookups...
|
||||
|
||||
@@ -8,12 +8,14 @@
|
||||
description: Atlassian Slingshot
|
||||
baseurl: "{{ atl_slingshot_yum_repo_url }}"
|
||||
gpgcheck: no
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: Install atlassian-slingshot
|
||||
yum:
|
||||
name: atlassian-slingshot
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: Enable Postgresql from 'extras'
|
||||
command: amazon-linux-extras install -y "postgresql{{ atl_amazon_extras_postgresql_version }}"
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
- name: Install git
|
||||
package:
|
||||
name: git
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
roles:
|
||||
- role: diy_backup
|
||||
|
||||
@@ -7,4 +7,5 @@
|
||||
- libxml2
|
||||
- git-{{ git_version }}
|
||||
- dejavu-sans-fonts
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
- unzip
|
||||
- fontconfig
|
||||
- python-psycopg2
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: Create product group
|
||||
group:
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
yum:
|
||||
name:
|
||||
- nfs-utils
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
@@ -12,13 +12,15 @@
|
||||
gpgkey: https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public
|
||||
gpgcheck: yes
|
||||
state: present
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: Install AdoptOpenJDK
|
||||
yum:
|
||||
name: "adoptopenjdk-{{ java_major_version }}-hotspot"
|
||||
state: present
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: Ensure common JDK symlink exists
|
||||
alternatives:
|
||||
@@ -35,4 +37,5 @@
|
||||
yum:
|
||||
name:
|
||||
- dejavu-fonts-common # Required by the installer
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
name:
|
||||
- tar
|
||||
- shadow-utils
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: "{{ test_pre_step_prefix }} Create application group"
|
||||
group:
|
||||
|
||||
@@ -25,13 +25,15 @@
|
||||
package:
|
||||
state: present
|
||||
name: tar
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: "{{ test_pre_step_prefix }} Install useradd and groupadd binaries"
|
||||
package:
|
||||
state: present
|
||||
name: shadow-utils
|
||||
ansible_python_interpreter: auto
|
||||
vars:
|
||||
ansible_python_interpreter: auto
|
||||
|
||||
- name: "{{ test_pre_step_prefix }} Create application group"
|
||||
group:
|
||||
|
||||
Reference in New Issue
Block a user