14 Commits
0.2.0 ... 0.2.2

Author SHA1 Message Date
a613a27d93 build(version): bump version 0.2.1 → 0.2.2 2023-10-16 03:49:39 +00:00
Jon
f30535a4ce Merge branch 'ansible-runner' into 'development'
fix: AWX/Tower requires ansible-runner

See merge request nofusscomputing/projects/ansible/execution_environment!93
2023-10-16 03:46:10 +00:00
Jon
26fb79d44c fix(execution_environment): ansible runner required
this is a dependency so that the EE runs in awx/tower

!93
2023-10-16 13:15:19 +09:30
7d637c2767 build(version): bump version 0.2.0 → 0.2.1 2023-09-02 06:38:12 +00:00
ded65383f0 Merge branch 'automated-tasks' into 'development'
chore(ansible-roles): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!91
2023-09-02 06:20:37 +00:00
df41278aca chore(git): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "615f26fa1b56df8473a718ca792dea83a8b8d026)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "6317782adecd85c120073744b75ffaaba90f0aff)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out 6317782adecd85c120073744b75ffaaba90f0aff

MR !91
2023-09-02 06:10:34 +00:00
2af9a0938f chore(git): updated submodule ansible_playbooks
Automation Data:
{
    "branch": "development",
    "current_commit": "097346982a268a28f8e3bc36f807db13fe562eb3)",
    "name": "ansible_playbooks",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks",
    "remote_head": "d8e6dd46f3b57e49652bb15517d013f2455f03af)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git"
}

Changes: Submodule path includes/etc/ansible/playbooks: checked out d8e6dd46f3b57e49652bb15517d013f2455f03af

MR !91
2023-09-02 06:09:13 +00:00
51d7d44bb7 chore(git): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "b2756db4a34bb7b39c926899eb4cd5a9526d2504)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "615f26fa1b56df8473a718ca792dea83a8b8d026)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out 615f26fa1b56df8473a718ca792dea83a8b8d026

MR !91
2023-09-02 06:07:22 +00:00
21b05af8c6 Merge branch 'automated-tasks' into 'development'
chore(gitlab-ci): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!90
2023-09-02 06:05:33 +00:00
8cb0241ba6 chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "975de7aca210667d1e93d02a4036ca4ae70808ff)",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/gitlab-ci",
    "remote_head": "a5a9fa44374107657b2587ce52607d96a825be56)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out a5a9fa44374107657b2587ce52607d96a825be56

MR !90
2023-09-02 06:04:53 +00:00
Jon
9d63839226 Merge branch '9-fix-remove-python3' into 'development'
fix(python): removed python3.9 as it as causing issues with 3.11

Closes #9

See merge request nofusscomputing/projects/ansible/execution_environment!89
2023-07-31 20:55:25 +00:00
Jon
40e46cd22e fix(python): removed python3.9 as it as causing issues with 3.11
!89 fixes #9
2023-08-01 06:15:04 +09:30
d12c4f1261 Merge branch 'automated-tasks' into 'development'
chore(ansible-roles): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!88
2023-07-07 05:47:34 +00:00
d95c5e238d chore(git): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "5003f6e83b0892968f1ff1c411662f21a90804e9)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "b2756db4a34bb7b39c926899eb4cd5a9526d2504)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out b2756db4a34bb7b39c926899eb4cd5a9526d2504

MR !88
2023-07-07 05:38:57 +00:00
7 changed files with 21 additions and 7 deletions

View File

@ -4,4 +4,4 @@ commitizen:
name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 0.2.0
version: 0.2.2

View File

@ -1,3 +1,15 @@
## 0.2.2 (2023-10-16)
### Bug Fixes
- **execution_environment**: [26fb79d4](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/26fb79d44cc06eb50ec750a5d82bab158af5cd11) - ansible runner required [ [!93](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/93) ]
## 0.2.1 (2023-09-02)
### Bug Fixes
- **python**: [40e46cd2](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/40e46cd22e6dab013fd04b3c6f479e143c1b424c) - removed python3.9 as it as causing issues with 3.11 [ [!89](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/89) [#9](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues/9) ]
## 0.2.0 (2023-07-04)
### Bug Fixes

View File

@ -48,14 +48,15 @@ RUN apt update \
openssh-client \
git \
sshpass \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /etc/ansible/roles \
&& mkdir -p /etc/ansible/collections \
&& mkdir -p /workdir \
&& apt list --installed \
# see issue https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues/9 for following two lines
&& rm /usr/bin/python3 \
&& ln -s /usr/local/bin/python3.11 /usr/bin/python3
&& apt remove -y \
python3* \
libpython3* \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /workdir

View File

@ -1,5 +1,6 @@
ansible-core==2.14.5
ansible-lint==6.15.0
ansible-runner==2.3.4
# Required for community.general.gitlab_*
python_gitlab==3.14.0