Saltstack Official Salt Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ec2.conf 451B

12345678910111213141516
  1. # This file managed by Salt, do not edit by hand!!
  2. base_ubuntu_ec2:
  3. provider: ec2_ubuntu_public
  4. image: ami-cb4986bc
  5. size: t2.micro
  6. ssh_username: ubuntu
  7. network_interfaces:
  8. - DeviceIndex: 0
  9. PrivateIpAddresses:
  10. - Primary: True
  11. AssociatePublicIpAddress: True
  12. SubnetId: subnet-57856332
  13. SecurityGroupId:
  14. - sg-6ec11d3b
  15. tag: {'Environment': 'production', 'Role': 'ubuntu'}
  16. sync_after_install: grains