cookiecutter.json 499 B

123456789101112131415161718
  1. {
  2. "full_name": "Chris Mague",
  3. "email": "github@mague.com",
  4. "role_name": "testrole",
  5. "github_user": "maguec",
  6. "repo_name": "ansible-role",
  7. "short_description": "description goes here",
  8. "release_date": "2017-10-12",
  9. "year": "2016",
  10. "version": "0.1.0",
  11. "min_ansible_version": "2.4",
  12. "allow_duplicates": "no",
  13. "galaxy_tags": "foo,bar,baz",
  14. "dependencies": "foo,bar,baz",
  15. "target_os": "Ubuntu",
  16. "target_os_version": "xenial64",
  17. "company_name": "Shokunin Consulting LLC"
  18. }