Skip to content

Commit

Permalink
Add back in cisagov/ansible-role-amazon-ssm-agent
Browse files Browse the repository at this point in the history
The role supports the installation of amazon-ssm-agent via snap on
Ubuntu with the merging of cisagov/ansible-role-amazon-ssm-agent#57.
  • Loading branch information
jsf9k committed Sep 13, 2024
1 parent 2e9c97a commit 0020833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions src/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
become: true
become_method: ansible.builtin.sudo
tasks:
# This agent is already installed on the Ubuntu base AMI.
# - name: Install Amazon SSM Agent
# ansible.builtin.include_role:
# name: amazon_ssm_agent
- 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
5 changes: 2 additions & 3 deletions src/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
collections:
- community.general
roles:
# This agent is already installed on the Ubuntu base AMI.
# - name: amazon_ssm_agent
# src: https://github.com/cisagov/ansible-role-amazon-ssm-agent
- name: amazon_ssm_agent
src: https://github.com/cisagov/ansible-role-amazon-ssm-agent
- name: automated_security_updates
src: https://github.com/cisagov/ansible-role-automated-security-updates
- name: banner
Expand Down

0 comments on commit 0020833

Please sign in to comment.