diff --git a/data/events/ansiblefest.json b/data/events/ansiblefest.json new file mode 100644 index 0000000..eb45896 --- /dev/null +++ b/data/events/ansiblefest.json @@ -0,0 +1,51 @@ +{ + "name": "AnsibleFest", + "year_started": 2014, + "number_of_events_hosted": 8, + "city": "Atlanta", + "region": "Georgia", + "country": "United States", + "continent": "North America", + "website": "https://www.ansible.com/ansiblefest", + "sector": [ + "DevOps", + "Infrastructure" + ], + "tags": [ + "conference", + "ansible" + ], + "acceptable_tags": [ + "ansible", + "devops", + "automation" + ], + "type": "in-person", + "languages": [ + "English" + ], + "frequency": "annual", + "timezone": "America/New_York", + "attendee_size": { + "min": 800, + "max": 6600 + }, + "ticket_cost_usual": { + "currency": "USD", + "min": 250, + "max": 1999 + }, + "organizer": { + "name": "Red Hat / Ansible", + "email": "", + "twitter": "https://twitter.com/ansible", + "website": "https://www.ansible.com" + }, + "socials": { + "twitter": "https://twitter.com/ansible", + "linkedin": "https://www.linkedin.com/company/ansible", + "youtube": "https://www.youtube.com/@redhat", + "instagram": "https://www.instagram.com/red_hat/" + }, + "description": "AnsibleFest is focused on configuration management, and infrastructure-as-code using Ansible and related tooling." +}