From 1b6e5e6d13fb824177ffaa4a1bc733fa534e3538 Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 17 Dec 2025 15:25:15 -0800 Subject: [PATCH 1/2] Add Red Hat AnsibleFest --- data/events/ansiblefest.json | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 data/events/ansiblefest.json diff --git a/data/events/ansiblefest.json b/data/events/ansiblefest.json new file mode 100644 index 0000000..d21648d --- /dev/null +++ b/data/events/ansiblefest.json @@ -0,0 +1,51 @@ +{ + "name": "AnsibleFest", + "year_started": 2014, + "number_of_events_hosted": 8, + "city": "Boston", + "region": "Massachusetts", + "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": 1200 + }, + "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." +} From c2ac0edae6a16dcc5191a2629d9e15c2ce436f4a Mon Sep 17 00:00:00 2001 From: Rehtse Date: Thu, 9 Apr 2026 08:15:13 +0300 Subject: [PATCH 2/2] Update ansiblefest.json --- data/events/ansiblefest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/events/ansiblefest.json b/data/events/ansiblefest.json index d21648d..eb45896 100644 --- a/data/events/ansiblefest.json +++ b/data/events/ansiblefest.json @@ -2,8 +2,8 @@ "name": "AnsibleFest", "year_started": 2014, "number_of_events_hosted": 8, - "city": "Boston", - "region": "Massachusetts", + "city": "Atlanta", + "region": "Georgia", "country": "United States", "continent": "North America", "website": "https://www.ansible.com/ansiblefest", @@ -33,7 +33,7 @@ "ticket_cost_usual": { "currency": "USD", "min": 250, - "max": 1200 + "max": 1999 }, "organizer": { "name": "Red Hat / Ansible",