Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add cisagov/ansible-role-amazon-ssm-agent #29

Merged
merged 6 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# instances. This helps us avoid UID/GID collisions with
# files written to the EFS share.
amazon_efs_utils_efs_users_gid: 2048
# Note that Amazon SSM Agent is already present in the source AMI,
# so it does not need to be installed again.
# For more info, see
# https://docs.aws.amazon.com/systems-manager/latest/userguide/agent-install-ubuntu-about-v16.html
- name: Install Amazon SSM Agent
ansible.builtin.include_role:
name: amazon_ssm_agent
- name: Install chrony and configure it for use within AWS
ansible.builtin.include_role:
name: chrony_aws
Expand Down
3 changes: 3 additions & 0 deletions src/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
- name: amazon_ssm_agent
src: https://github.com/cisagov/ansible-role-amazon-ssm-agent
version: bugfix/install-via-snap-on-ubuntu
- name: amazon_efs_utils
src: https://github.com/cisagov/ansible-role-amazon-efs-utils
- name: automated_security_updates
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.5.1-rc.1"
Loading