Sha256: 9628d8e49532d81359940fde3252e529b6d44ec49125a7f9970dba2a79781484

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

# -*- mode: yaml -*-
# vi: set ft=yaml :

# This is an example app seed file. It will not be ignored by
# the default `.gitignore` file included in this repository.
# Use it to keep track of the required Ansible key/value
# variable pairs required by your playbooks so that other users
# of this repository will simply need to copy in the required
# secret values. See the example key `super_secret_key` included
# below.

---
ansible_ssh_port: 42000
ansible_ssh_private_key_file: ~/.vagrant.d/insecure_private_key
ansible_ssh_user: vagrant
super_secret_key: example not real 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.example.yml