mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(cloud-init): review working files
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#cloud-config
|
||||
|
||||
##
|
||||
# Install and enable the SSM agent on supported instances.
|
||||
|
||||
#
|
||||
# Tested on:
|
||||
# - Amazon Linux 2023.4.20240416
|
||||
##
|
||||
|
||||
package_upgrade: false
|
||||
packages:
|
||||
- amazon-ssm-agent
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
#cloud-config
|
||||
|
||||
##
|
||||
# Tested on:
|
||||
# - RHEL 8.6
|
||||
##
|
||||
|
||||
write_files:
|
||||
- path: /etc/cron.daily/security-updates
|
||||
permissions: '0755'
|
||||
@@ -1,5 +1,10 @@
|
||||
#cloud-config
|
||||
|
||||
##
|
||||
# Tested on:
|
||||
# - RHEL 8.6
|
||||
##
|
||||
|
||||
yum_repos:
|
||||
docker-ce-stable:
|
||||
name: Docker CE Stable - $basearch
|
||||
@@ -10,7 +15,7 @@ yum_repos:
|
||||
gpgkey: https://download.docker.com/linux/centos/gpg
|
||||
|
||||
packages:
|
||||
- docker-ce
|
||||
- docker-ce # brings in 'docker-ce-cli' and 'containerd.io' too
|
||||
- docker-compose-plugin
|
||||
|
||||
runcmd:
|
||||
Reference in New Issue
Block a user