Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
454B

  1. # This file managed by Salt, do not edit by hand!!
  2. {% set cloud = salt['pillar.get']('salt:cloud', {}) -%}
  3. ec2_ubuntu_public:
  4. minion:
  5. master: {{ cloud['master'] }}
  6. grains:
  7. test: True
  8. ssh_interface: public_ips
  9. id: {{ cloud['aws_key'] }}
  10. key: '{{ cloud['aws_secret'] }}'
  11. private_key: /etc/salt/cloud.providers.d/key/key.pem
  12. keyname: keyname
  13. location: eu-west-1
  14. availability_zone: eu-west-1a
  15. ssh_username: ubuntu
  16. provider: ec2