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