-
Notifications
You must be signed in to change notification settings - Fork 9
/
ami_packages.yml
69 lines (48 loc) · 1.03 KB
/
ami_packages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
- hosts: _railway_ec2_development_ami
remote_user: ansible
become: yes
roles:
- role: ami_repos
tags: repos
- role: ami_dist_upgrade
tags: dist_upgrade
- role: ami_time
tags: time
- role: ami_cron
tags: cron
- role: ami_ufw
tags: ufw
- role: ami_ssh
tags: ssh
- role: ami_collectd
tags: collectd
- role: ami_purge_services
tags: purge_services
- role: ami_buildtools
tags: buildtools
- role: ami_python
tags: python
- role: ami_node
tags: node
- role: ami_postgres
tags: postgres
- role: ami_fonts
tags: fonts
- role: ami_chrome
tags: chrome
- role: ami_ffmpeg
tags: ffmpeg
- role: ami_pdf
tags: pdf
- role: ami_libjxl
tags: libjxl
- role: ami_mozjpeg
tags: libjxl
- role: ami_imagemagick
tags: imagemagick
- role: ami_libvips
tags: libvips
- role: ami_ruby
param_version: "{{ ruby_version }}"
tags: ruby