mailman: initial setup of server
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
9cbbf538cc
commit
ef43d0bbf3
6 changed files with 15 additions and 0 deletions
1
ansible/group_vars/all.yml
Normal file
1
ansible/group_vars/all.yml
Normal file
|
@ -0,0 +1 @@
|
|||
user: fedora
|
12
ansible/host_vars/mailman_fedora.yml
Normal file
12
ansible/host_vars/mailman_fedora.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
ami_id: ami-09e08e82e8f927ba4 # Fedora 34
|
||||
ssh_key_name: 'mobrien'
|
||||
instance_name: "arc-mailman-fedora-test"
|
||||
disk_size: 100
|
||||
subnet_id: subnet-0b2147c4b9a942cd3
|
||||
security_group_name: "arc-mailman"
|
||||
vpc_id: vpc-0fe7ead908f270a09
|
||||
aws_region: us-east-1
|
||||
open_ports: [22, 80, 443, 25]
|
||||
instance_type: t3.xlarge
|
||||
initiative_name: mailman_fedora
|
||||
dns_name: mailman-fedora
|
|
@ -10,3 +10,5 @@ datanommer-adam ansible_host=54.90.63.232
|
|||
pdc ansible_host=100.27.3.145
|
||||
[mailman]
|
||||
mailman ansible_host=18.209.248.21
|
||||
[mailman_fedora]
|
||||
mailman_fedora ansible_host=44.193.222.216
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue