Sha256: d89569d5688cfc07a6171a32b2408a93f1ae8a8e835470c101e91b610eccf0e8
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 Bytes
Contents
# -*- mode: yaml -*- # vi: set ft=yaml : # This is a real, usable seed file. It will be ignored by # the default `.gitignore` file included in this repository # since it may contain actual secret values not meant to be # included in your source repository. See the example key # `super_secret_key` included below. # Ultimately, these values will be passed as `--extra-vars` to the # `ansible-playbook` command for provisioning your machine(s). This # happens either by passing them to Vagrant during the machine # provisioning step or during a playbook run using the `petra` # command. --- ansible_ssh_port: 42000 ansible_ssh_private_key_file: ~/.vagrant.d/insecure_private_key ansible_ssh_user: vagrant super_secret_key: actual super secret value
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
petra-0.0.2 | lib/sources/seed/new/seeds/%seed_name%.seed.yml |