Welcome to mirror list, hosted at ThFree Co, Russian Federation.

targets.yaml « letstest « tests - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1a28af98d63a03f62ffd18d6ebbd21da7943da0 (plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
targets:
  #-----------------------------------------------------------------------------
  #Ubuntu
  - ami: ami-064bd2d44a1d6c097
    name: ubuntu18.10
    type: ubuntu
    virt: hvm
    user: ubuntu
  - ami: ami-012fd5eb46f56731f
    name: ubuntu18.04LTS
    type: ubuntu
    virt: hvm
    user: ubuntu
  - ami: ami-09677e0a6b14905b0
    name: ubuntu16.04LTS
    type: ubuntu
    virt: hvm
    user: ubuntu
  - ami: ami-7b89cc11
    name: ubuntu14.04LTS
    type: ubuntu
    virt: hvm
    user: ubuntu
  - ami: ami-9295d0f8
    name: ubuntu14.04LTS_32bit
    type: ubuntu
    virt: pv
    user: ubuntu
  #-----------------------------------------------------------------------------
  # Debian
  - ami: ami-003f19e0e687de1cd
    name: debian9
    type: ubuntu
    virt: hvm
    user: admin
  - ami: ami-116d857a
    name: debian8.1
    type: ubuntu
    virt: hvm
    user: admin
    # userdata: |
    #   #cloud-init
    #   runcmd:
    #     - [ apt-get, install, -y, curl ]
  #-----------------------------------------------------------------------------
  # Other Redhat Distros
  - ami: ami-60b6c60a
    name: amazonlinux-2015.09.1
    type: centos
    virt: hvm
    user: ec2-user
  - ami: ami-0d4cfd66
    name: amazonlinux-2015.03.1
    type: centos
    virt: hvm
    user: ec2-user
  - ami: ami-a8d369c0
    name: RHEL7
    type: centos
    virt: hvm
    user: ec2-user
  - ami: ami-518bfb3b
    name: fedora23
    type: centos
    virt: hvm
    user: fedora
  #-----------------------------------------------------------------------------
  # CentOS
  # These Marketplace AMIs must, irritatingly, have their terms manually
  # agreed to on the AWS marketplace site for any new AWS account using them...
  - ami: ami-9887c6e7
    name: centos7
    type: centos
    virt: hvm
    user: centos
  # centos6 requires EPEL repo added
  - ami: ami-1585c46a
    name: centos6
    type: centos
    virt: hvm
    user: centos
    userdata: |
      #cloud-config
      runcmd:
        - yum install -y epel-release
        - iptables -F