cookiecutter.json 428 B

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