Roger Lopez Profile Banner
Roger Lopez Profile
Roger Lopez

@Lopez

2,013
Followers
418
Following
245
Media
1,416
Statuses

Technical Marketing Manager | Speaker | Author | Meme Creator | Belgian Ale drinker | Sharing the greatness that is @ansible automation

Joined July 2010
Don't wanna be here? Send us removal request.
Pinned Tweet
@Lopez
Roger Lopez
11 months
Using Ansible? 5 Things you need to know: ๐Ÿงต
9
63
251
@Lopez
Roger Lopez
1 year
BREAKING: @Ansible provider for Terraform released! Hereโ€™s whatโ€™s new for Terraform users leveraging Ansible: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
6
186
509
@Lopez
Roger Lopez
11 months
BREAKING: @Ansible provider for Terraform released! Hereโ€™s whatโ€™s new for Terraform users leveraging Ansible: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
9
152
489
@Lopez
Roger Lopez
1 year
BREAKING: @Ansible provider for Terraform released! Hereโ€™s whatโ€™s new for Terraform users leveraging Ansible: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
2
82
330
@Lopez
Roger Lopez
10 months
Ansible PRO TIP: Use the community.general.yaml callback plugin to beautify your Ansible playbook output. Makes debugging SO much easier. Just place this in your ansible.cfg.
Tweet media one
3
43
318
@Lopez
Roger Lopez
1 year
Using Ansible? Use these 5 built-in modules to make your automation life easier:๐Ÿงต
Tweet media one
9
73
260
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Speed up your playbook's completion time with async & poll actions. - Skip the wait for lenghty tasks - Execute add'l tasks concurrently - Circle back to assess results when rdy
Tweet media one
4
40
184
@Lopez
Roger Lopez
2 years
Ansible Automation Platform... You're using it wrong. ๐Ÿงต 5 Things you didn't know your Ansible Automation Platform can do: ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
5
59
162
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: If youโ€™re running an Ansible playbook over and overโ€ฆ Boost your playbook speed with fact caching. Itโ€™s going to speed up all your re-runs and you donโ€™t need to waste time regathering facts especially when they donโ€™t change much. Add in ansible.cfg
Tweet media one
4
30
166
@Lopez
Roger Lopez
10 months
Ansible PRO TIP: Use Blocks to group tasks and apply shared properties like become. Especially helpful when say you have a set of tasks that you want to logically group for a particular OS family. Example ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
2
44
162
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Enhance your playbooks' reliability with block, rescue, and always. - Group tasks under block - Manage errors with rescue - Guarantee tasks execute with always
Tweet media one
3
39
150
@Lopez
Roger Lopez
10 months
Ansible PRO TIP: Sometimes the playbook execution breaks. Take advantage of these Ansible options when running your playbooks. -vvv --step --check --diff --start-at-task
2
28
146
@Lopez
Roger Lopez
10 months
JUST IN: Event-Driven @Ansible for Kubernetes! 5 ways Event-Driven Ansible is going to change how you automate: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
2
38
144
@Lopez
Roger Lopez
8 months
BREAKING: Containerized Ansible Automation Platform now available! Hereโ€™s whatโ€™s new for Ansible users leveraging AAP: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
4
40
145
@Lopez
Roger Lopez
1 year
New to Ansible? Letโ€™s write your first playbook. Hereโ€™s how to install and run an Apache web server in 60 seconds! ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
3
29
143
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Simplify your loop outputs. When looping over complex data structures donโ€™t drown in excess data. Use loop_control to cherry-pick exactly what you want to see. Not only will it make reading your output MUCH easier, itโ€™ll speed up playbook performance!
Tweet media one
3
23
138
@Lopez
Roger Lopez
1 year
JUST IN: Event-Driven @Ansible for Kubernetes! 5 ways Event-Driven Ansible is going to change how you automate: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
7
45
130
@Lopez
Roger Lopez
1 year
Ansible Task Cheat Sheet Top 10 common tasks in Ansible: ๐Ÿงต
Tweet media one
3
39
128
@Lopez
Roger Lopez
1 year
10 habits of great @Ansible users: ๐Ÿงต ( #2 is going to leave you ๐Ÿ˜ฒ) ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
2
27
115
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Streamline your playbooks and use: - โ€˜import_tasksโ€™ for fixed structures - โ€˜include_tasksโ€™ for on-the-fly decisions
Tweet media one
1
24
114
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Use the community.general.yaml callback plugin to beautify your Ansible playbook output. Makes debugging SO much easier. Just place this in your ansible.cfg.
Tweet media one
2
22
113
@Lopez
Roger Lopez
7 months
Ansible PRO TIP: Assert Your Assumptions! Before deploying changes, use ansible.builtin.assert to verify that your environment meets your prerequisites. Here Iโ€™m using the assert module to ensure that my hosts are part of the RH family before I continue.
Tweet media one
2
17
97
@Lopez
Roger Lopez
11 months
Ansible Automation Platform... You're using it wrong. ๐Ÿงต 5 Things you didn't know your Ansible Automation Platform can do:
4
23
93
@Lopez
Roger Lopez
7 months
Ansible PRO TIP: Embrace Roles Break down your playbook tasks into roles. Roles enable you to easily reuse code and manage dependencies across your playbooks, making them more maintainable.
Tweet media one
3
13
87
@Lopez
Roger Lopez
11 months
Ansible Automation Platform 2.4 launched last week. 5 things everyone should know: ๐Ÿงต
Tweet media one
2
26
83
@Lopez
Roger Lopez
2 years
This blog on Terraform + Ansible is ๐Ÿ”ฅ Take Terraform and combine it with the power of @ansible , you get a truly efficient workflow. That demo at the bottom @NunoMart11 is ๐Ÿคฉ
5
29
78
@Lopez
Roger Lopez
1 year
Top 10 most popular Ansible Collections within Ansible Galaxy. #7 is a game changer:๐Ÿงต
Tweet media one
3
27
80
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Use โ€˜no_log: trueโ€™ to shield sensitive details. Allows you to: - Share playbook output w/o revealing secrets - Keep centralized logs clean of sensitive details
Tweet media one
3
20
76
@Lopez
Roger Lopez
1 year
Want to write effective Ansible playbooks? Consistency is key. Hereโ€™s how to always write consistent playbooks:๐Ÿงต
Tweet media one
2
21
78
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Ensure dependencies are ready with 'wait_for' - Wait for specific conditions, e.g. like ports open - Avoid blind sleeps - Great for orchestrating multi-step deployments/installs
Tweet media one
0
14
80
@Lopez
Roger Lopez
10 months
Ansible PRO TIP: Leverage dynamic variables to create flexible configurations. Example of turning a feature on or off based on if itโ€™s in prod or dev.
Tweet media one
3
22
78
@Lopez
Roger Lopez
7 months
Ansible PRO TIP: Use 'gather_facts: no' when system facts arenโ€™t needed. โœ… Saves time by skipping unnecessary data collection. โœ… Ideal for tasks where host-specific facts arenโ€™t essential.
Tweet media one
3
13
74
@Lopez
Roger Lopez
1 year
Ansible just got smarter with event-driven automation. Here are FIVE different ways to make your IT work: * faster * simpler * more effective ๐ŸงตA thread
Tweet media one
1
18
70
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Use 'delegate_to' to control where a task runs. Perfect way to execute a task on a different host than the current one in play. Ex: checking connectivity of a URL from the localhost's perspective
Tweet media one
1
11
72
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Boost your playbook's performance by managing the number of forks. Adjust the forks value in your ansible.cfg - More forks allows you to execute more tasks on multiple hosts in parallel - Tune carefully considering the resources on your control node
Tweet media one
1
11
70
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Leverage 'any_errors_fatal: true' for mission critical scenarios. -Ideal when tasks have strict dependencies -Ideal when a task MUST succeed before continuing -Stops executing play on all hosts upon failure Ex: Upgrade kicks off ONLY if all LBs are disabled.
Tweet media one
1
18
69
@Lopez
Roger Lopez
1 year
Havenโ€™t upgraded to @Ansible Automation Platform 2.3? 5 reasons why youโ€™ll want to upgrade today! ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
2
16
67
@Lopez
Roger Lopez
1 year
Ansible Automation Platformโ€ฆ. Youโ€™re using it wrong. ๐Ÿšซ 4 hidden gems ๐Ÿ’Ž you never knew your Ansible Automation Platform could do: ๐Ÿงต//THREAD// ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
1
28
64
@Lopez
Roger Lopez
2 years
10 habits of great Ansible users: ( #2 will leave you ๐Ÿ˜ฎ ) //THREAD//
1
22
60
@Lopez
Roger Lopez
1 year
I spent over ๐Ÿ’ฏ hours learning to optimize @ansible Automation Platform on Red Hat @openshift so you donโ€™t have to. 5 things every solutions architect should know: ๐Ÿงต
1
26
60
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: When interacting with rate-limiting APIs, throttle your tasks to avoid hitting those limits.
Tweet media one
2
19
64
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Prevent changes from hitting all hosts at once using โ€˜serialโ€™. โœ… Essential for restarts/updates that canโ€™t happen at once โœ… Reduces risk of service outages โœ… Allows changes in controlled batches Example of running commands in batches of 3.
Tweet media one
0
15
61
@Lopez
Roger Lopez
11 months
Why I love Ansible - Agentless - Idempotent - Interacts with APIs - Multi Platform support - Cloud integrations - Community - YAML
6
15
58
@Lopez
Roger Lopez
11 months
Mastering Ansible Network Automation Implementing 5 use cases with examples: ๐Ÿงต
Tweet media one
3
16
57
@Lopez
Roger Lopez
1 year
JUST IN: Event-Driven @Ansible for Kubernetes! 5 ways Event-Driven Ansible is going to change how you automate: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
4
14
53
@Lopez
Roger Lopez
1 year
Ansible PRO TIP: When you work with REST APIs use the โ€˜registerโ€™ keyword to store API response data. This allows you to: * Adapt automation based on responses * Pass data between API calls * Manage errors and customize alerts
Tweet media one
3
5
49
@Lopez
Roger Lopez
8 months
Ansible PRO TIP: Before you apply changes, do a dry run. Allows: - Previewing changes w/o executing them. - Validating tasks.
Tweet media one
3
10
50
@Lopez
Roger Lopez
7 months
The key to effective Ansible playbooks โ€” consistency. Hereโ€™s how to write consistent playbooks: ๐Ÿงต
Tweet media one
1
9
50
@Lopez
Roger Lopez
1 year
Ansible Roles โœ… Flexible โœ… Reusable โœ… Shareable How to use roles to make your automation life easier:๐Ÿงต
Tweet media one
1
14
46
@Lopez
Roger Lopez
6 months
Ansible PRO TIP: Use filters for advanced data handling in your tasks. โœ… json_query - Ideal for sifting through complex JSON data. โœ… regex_replace - Transform string formats effortlessly. โœ… map - Transform lists of data efficiently.
Tweet media one
0
15
45
@Lopez
Roger Lopez
1 year
Why @Ansible ? 1. Agentless 2. YAML based 3. Server orchestration 4. Runs on multi-platforms 5. Easy config management
Tweet media one
1
10
44
@Lopez
Roger Lopez
1 year
New to Ansible? How to get started. 1. Install Ansible 2. Create an inventory file 3. Write a Playbook 4. Run the Playbook
Tweet media one
3
10
44
@Lopez
Roger Lopez
11 months
โญ๏ธTop 5 things you need to know about Ansible Builder 3.0: ๐Ÿงต
Tweet media one
4
16
43
@Lopez
Roger Lopez
1 year
If youโ€™re not using @Ansible Navigator, youโ€™re falling behind. 4 ways itโ€™s going to make you more productive: ๐Ÿงต ๐Ÿ‘‡
Tweet media one
3
13
41
@Lopez
Roger Lopez
1 year
If you know how to use Ansible, you could be 2x more productive. Hereโ€™s how: ๐Ÿงต
2
8
42
@Lopez
Roger Lopez
11 months
Ansible Lightspeed - What it is - How it works - How to enable it //THREAD//
Tweet media one
1
15
41
@Lopez
Roger Lopez
8 months
Love the use of @Ansible & ChatGPT in this scenario 1. Windows event fires 2. EDA captures it 3. Ansible job queries ChatGPT w/ event details 4. ChatGPT deciphers & suggests fixes 5. Ansible creates a ServiceNow ticket w/ the issue & suggested solutions
1
6
40
@Lopez
Roger Lopez
1 year
BREAKING: IBM introduces watsonx! What is watsonx? IBMโ€™s next gen AI and data platform. Hereโ€™s what it means for Ansible developers like you: ๐Ÿงต #Think2023
2
17
36
@Lopez
Roger Lopez
6 months
Ansible PRO TIP: Utilize ansible-galaxy to effortlessly integrate community roles into your playbooks.
Tweet media one
Tweet media two
0
6
37
@Lopez
Roger Lopez
11 months
โญ๏ธ Itโ€™s all about EDA
Tweet media one
2
7
37
@Lopez
Roger Lopez
9 months
Ansible PRO TIP: Don't limit yourself to a static inventory. Ansible can pull in dynamic inventories from your cloud providers. Giving you the ability to easily automate your cloud environments.
0
9
37
@Lopez
Roger Lopez
2 years
Why youโ€™ll want to upgrade to @Ansible Automation Platform 2.2 //THREAD//
1
21
36
@Lopez
Roger Lopez
11 months
Ansible Automation Platform 2.4 introduced a new UI. - Cleaner look - Faster response time - Familiar theme, easy navigation Hereโ€™s how to enable it: ๐Ÿงต
Tweet media one
2
8
32
@Lopez
Roger Lopez
1 year
๐ŸŒŸ Ansible: Your IT Swiss Army Knife ๐ŸŒŸ โœ… Deploy apps โœ… Server provisioning โœ… Orchestrate complex tasks โœ… Configuration management โœ… Network config & optimization โœ… Container management โœ… Cloud integrations โœ… CI/CD support โœ… Security
Tweet media one
1
13
32
@Lopez
Roger Lopez
11 months
Yes - Ansible Automation Platform is great for automating. But donโ€™t overlook itโ€™s abilities to support collaboration & streamline workflows.
Tweet media one
1
9
33
@Lopez
Roger Lopez
11 months
New to Ansible? Letโ€™s write your first playbook. Install & run an Apache web server in under 60 seconds! ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
3
7
33
@Lopez
Roger Lopez
1 year
Ansible PRO TIP: Use the assert module to make certain prerequisite conditions are met. This helps you: - prevent unexpected errors๐Ÿšซ - boost reliability ๐Ÿ”ผ Plus, early playbook failures makes for easier debugging.
Tweet media one
0
8
30
@Lopez
Roger Lopez
2 years
5 essential @Ansible tricks you need to know: ๐Ÿงต #5 has saved me so many times. ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
1
17
26
@Lopez
Roger Lopez
1 year
Ansible is shifting gears and adopting content driven updates! Here's what it means for those using Ansible Automation Platform: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡ ๐Ÿ‘‡
Tweet media one
1
8
31
@Lopez
Roger Lopez
2 years
5 Reasons You Should Already Running Ansible Automation Platform 2 ( #4 will leave your ๐Ÿคฏ) ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
3
12
29
@Lopez
Roger Lopez
1 year
5 things you didn't know about Ansible: ๐Ÿงต #4 is a must know!
Tweet media one
1
10
29
@Lopez
Roger Lopez
6 months
5 Ways You Can Leverage Ansible: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
1
7
29
@Lopez
Roger Lopez
11 months
A lot has happened this week around Ansible. Here is a quick 2 minute recap of the top 5 things that happened in Ansible this week: ๐Ÿงต
Tweet media one
3
14
29
@Lopez
Roger Lopez
2 years
3 Ansible tips that change how you @ansible Easy to learn Easy to apply Countless hours saved #2 is my favorite! //THREAD// ๐Ÿงต ๐Ÿงต
2
14
26
@Lopez
Roger Lopez
2 years
Sometimes the playbook execution breaks. Take advantage of these Ansible options when running your playbooks. -vvvv -- step -- check -- diff -- start-at-task
1
3
23
@Lopez
Roger Lopez
1 year
Ansible PRO TIP: Make your Ansible playbooks modular and reusable by using roles. Itโ€™s going to make your playbooks: - easier to read - easier to share - easier to maintain
1
6
27
@Lopez
Roger Lopez
1 year
Ansible Collections are a must if you: -value reusability - value code organization - value collaborating with teams Here's super simple guide to using them.
Tweet media one
2
4
23
@Lopez
Roger Lopez
1 year
Last week at Red Hat Summit, Ansible Lightspeed was announced -- an AI built for IT automation Here's a breakdown of: - What it is - What it isn't - How you should use it - How to get started with it //THREAD ๐Ÿงต// #RHSummit
Tweet media one
1
11
23
@Lopez
Roger Lopez
8 months
๐ŸŽฅ Created a 2 min step-by-step video on how to deploy @Ansible Automation Platform on @openshift ๐Ÿ”‘ Takeaways: - Operators make the install a breeze - Access to all AAP components (controller, automation hub, Event Driven Ansible) - Up in minutes not hours
1
5
22
@Lopez
Roger Lopez
2 years
I love this video that @keithtenzer put together around @Ansible Automation Platform You may: -Know what Ansible is -Know how to use Ansible -Know about automation controller But do you know what a platform is around Ansible? A must watch! ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
0
5
22
@Lopez
Roger Lopez
9 months
Built a demo that moves an application between @openshift clusters using ACM and @Ansible โ€” automatically. - Triggered by a Prometheus alert - Directed by an EDA rulebook - Assisted by ACM Submariner & AAP automation controller Check it out!!
1
3
21
@Lopez
Roger Lopez
11 months
If you understand these components of a Disaster Recovery (DR) plan with Ansible, youโ€™re ahead of 99% of people: - Disaster Event Detection - Primary Site Shutdown - Failover Procedure - Return to Normal Operations Read on for how Ansible can help: ๐Ÿงต ๐Ÿ‘‡
Tweet media one
1
11
23
@Lopez
Roger Lopez
2 years
#AnsibleFest may be over but the fun donโ€™t stop here! Want to learn the basics of Event-Driven Ansible? Maybe how to scale with automation mesh? Or you just want to run your first Ansible playbook. Thereโ€™s an ON DEMAND FREE lab waiting for you @
Tweet media one
0
7
19
@Lopez
Roger Lopez
1 year
Ansible PRO TIP: Apply tags to tasks within your playbook. This allows you to execute only a subset of tasks when running a playbook. Especially great when youโ€™re debugging.
Tweet media one
0
5
20
@Lopez
Roger Lopez
1 year
3 @Ansible skills 3 minutes to learn 3 hours saved this weekโณ
2
9
21
@Lopez
Roger Lopez
1 year
Ansible PRO TIP: Make handling complicated objects easier with the ansible.utils collection. Use the lookup plugin to: - Change an object into a simple list of paths & values - Paths are dot delimited (making them easier to read & use)
Tweet media one
1
3
21
@Lopez
Roger Lopez
10 months
When you start using Event Driven Ansible
0
4
21
@Lopez
Roger Lopez
10 months
Ansible PRO TIP: Beyond the basic Jinja2 templating, use filters to transform data inside a template expression. Ex: {{ a_var | default('default_value') }} Give a default value or even use โ€˜omitโ€™ as your value to make a var optional. More filters ๐Ÿ‘‡
0
5
21
@Lopez
Roger Lopez
11 months
Last week there was an Ansible Community Meetup - Better Together: Exploring Ansible & Terraform And at the roughly 33 min mark thereโ€™s a sweet demo thanks to @IPvSean ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
0
4
20
@Lopez
Roger Lopez
1 year
5 Ansible Collections to get work done quickly: ๐Ÿงต
Tweet media one
1
4
19
@Lopez
Roger Lopez
2 years
Have you tried the latest @ansible collection yet? Features youโ€™ll find in the latest release ๐Ÿงต
1
8
17
@Lopez
Roger Lopez
11 months
Asynchronous Actions & Polling: Use the async and poll parameters to run tasks asynchronously. This starts the sleep 30 cmd, then continues with the next task, then checks back every 10 secs to see if the cmd is done. If not done after 40 secs, Ansible fails the task.
Tweet media one
1
1
17
@Lopez
Roger Lopez
1 year
Havenโ€™t upgraded to Ansible Automation Platform 2.3? Here are the top 5 most asked questions on how to migrate:๐Ÿงต
Tweet media one
2
9
16
@Lopez
Roger Lopez
1 year
My Roadmap to Success w/ @Ansible 1. Setup automation controller 2. Organize my inventories 3. Create reusable roles: (a) Server provisioning (b) Network configuration (c) App deployment 3. CI/CD pipelines to deploy workflows 4. Integratation testing & validation
2
5
17
@Lopez
Roger Lopez
9 months
๐ŸšจIf business continuity matters to you, this oneโ€™s for you. ๐Ÿ“– Spent last week diving into Event Driven @Ansible , ACM & AAP. ๐Ÿ›  Built a demo that moves an application between @openshift clustersโ€” automatically. - Triggered by a Prometheus alert - Directed by an EDA
0
5
16
@Lopez
Roger Lopez
1 year
If you found this helpful please retweet the below! โค๏ธ
@Lopez
Roger Lopez
1 year
BREAKING: @Ansible provider for Terraform released! Hereโ€™s whatโ€™s new for Terraform users leveraging Ansible: ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Tweet media one
6
186
509
0
7
16
@Lopez
Roger Lopez
1 year
Imagine rapid Linux upgrades for remote edge devices ๐ŸŒ, no IT staff needed! Now envision: - Upgrading at scaleโœจ - Faster vulnerability patching๐Ÿš€ ๐Ÿ’ฅ Meet Ansible validated content's infra.osbuild Collection for Edge deployments! Letโ€™s take a closer look. ๐Ÿงต ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
1
3
13