lanefu · @lanefu
71 followers · 524 posts · Server social.linux.pizza

Wanted to share a recent project of mine from past few weeks to turn my r5s into a really potent pure debian Linux router that was sane to manage.

I was able to successfully switch over this weekend and retire my edgerouter-6p.

The formula is basically stuff and -- the lynchpin solution for sanely doing robust zone-to-zone firewalls using

Repo linked below has more details:

github.com/lanefu/clammy-ng

#nanopi #sbc #ansible #systemd #netplan #dnsmasq #frrouting #foomuuri #nftables

Last updated 1 year ago

Ansible Community Team · @ansible
991 followers · 228 posts · Server fosstodon.org

📯 The Bullhorn 115

Announcements:
- New Ansible Community Forum forum.ansible.com/
- Ansible Community Day, Berlin on Sept 20
- Ansible Contributor Summit 2023.10

More news:
- amazon.aws 6.4.0 and 5.5.4 released
- vote on supported ansible-core versions for community.general
- Ansible Zürich meetup on Sept 12

➡️ mailchi.mp/redhat/the-bullhorn

#ansible #community #newsletter

Last updated 1 year ago

jhx · @jhx
288 followers · 2020 posts · Server fosstodon.org

Adapted my to 12 () :debian:

Many things were changed and dropped. Since this is my personal it is tailored to my needs. 😉

Feel free to clone/fork/fiddle with it 😎

github.com/jhx0/debian-desktop

#debian #playbook #bookworm #ansible

Last updated 1 year ago

ARA Records Ansible · @ara
97 followers · 51 posts · Server fosstodon.org

ara records 1.7.0rc1 has been released !

The full changelog is available in the repository: github.com/ansible-community/a

You can help test the upcoming release with the instructions from this post: fosstodon.org/@ara/11096488343

If there are no issues it will be released sometime next week along with a blog post to comment on the highlights of this new version.

#ansible

Last updated 1 year ago

Daniel Kuhl · @daniel1820815
89 followers · 243 posts · Server techhub.social

Spending this afternoon with going through the CI/CD pipeline videos „Network Automation Simplified“ from NetGru and building my own setup with it. There will be covered several topics which are important for my Expert lab exam preparation like and . Anybody else followed along the videos?

youtube.com/playlist?list=PL2k

#DevNet #gitlab #docker #ansible #pyats #ccdeve #ciscocert #ciscochampion

Last updated 1 year ago

junicast · @junicast
23 followers · 303 posts · Server noc.social

I'm truly happy to announce the release of my collection MMN or Managemynetwork.
It's targeted to handle a lot of different basic tasks people generally need to do the basic system setup.
Documentation: wiki.junicast.de/en/junicast/d
Source Code: github.com/imp1sh/ansible_mana
Galaxy: galaxy.ansible.com/imp1sh/ansi

Feel free to use / contribute / ask!

#ansible

Last updated 1 year ago

Luciano Mammino · @loige
114 followers · 171 posts · Server mastodon.ie

Does anyone know a good repository that provides some IaC approach to provision multiple sites on one server (possibly using + )?

I have some ideas, but I don't want to write everything from scratch...

Tnx 🙏

#wordpress #terraform #ansible

Last updated 1 year ago

· @FrankM
98 followers · 1498 posts · Server nrw.social

Ein neuer Forumbeitrag: linux-nerds.org/topic/1500/ans 1500/ansible-proxmox-server-bearbeiten

#ansible #proxmox #semaphore #linux

Last updated 1 year ago

ZДP0ЖFCΞ2 · @Zap0xfce2
2 followers · 69 posts · Server troet.cafe

Übrigens mit community.general.proxmox_snap & community.general.proxmox_kvm hat man volle Kontrolle mit Ansible über Proxmox, VM's erstellen, löschen, State ändern und Snapshots erstellen, zurück rollen, etc alles kein Problem. Wer braucht da schon Terraform 😉

#terraform #proxmox #automation #ansible

Last updated 1 year ago

Nikhil 🐧 · @realestninja
34 followers · 81 posts · Server social.linux.pizza

Actually I always have installed on my machines. The annoying part is that always likes to use it when it's available 😵‍💫

#cowsay #ansible

Last updated 1 year ago

Carol Chen · @cybette
998 followers · 4284 posts · Server mastodon.org.uk

Heading to Red Hat & Intel Open Tour Vilnius. We have an exciting program, check it out: redhat.com/en/events/open-tour

Pasimatysime rytoj!

#redhat #intel #opentour #vilnius #opensource #ansible #automation

Last updated 1 year ago

theo⏚ ✅ · @theocrite
84 followers · 2486 posts · Server piaille.fr

Dear users, do you have an example of quiz(es) that can be given to test people's skill in ?

#ansible

Last updated 1 year ago

Johannes Kastl · @johanneskastl
145 followers · 7718 posts · Server digitalcourage.social

@markuswerle @stdevel Also, there is a container image for with in the registry.

#ansible #opensuse

Last updated 1 year ago

ARA Records Ansible · @ara
95 followers · 49 posts · Server fosstodon.org

Did you know that ara tests itself using ?

Because why not ?

And then, when something inevitably fails, we have a detailed report of what happened since it was recorded by ara !

Except, well, in this particular case, it's a test that tests a new feature to optionally disable task content recording 😅

... but we can test for that too !

There are still unit tests for the API server and such but this allows us to /really/ test how Ansible and ara behaves without mocking interfaces.

#ansible

Last updated 1 year ago

Unni P · @iamunnip
16 followers · 149 posts · Server cloud-native.social

I'm happy to share that I have been promoted to Senior DevOps Engineer position in the KodeKloud Engineer program!

Gain free hands-on experience from here: engineer.kodekloud.com/signup?

#devops #linux #Git #docker #kubernetes #ansible #jenkins

Last updated 1 year ago

Jonathan Kamens · @jik
707 followers · 3538 posts · Server federate.social

I just learned a great trick. Maybe y'all already know this, but just in case...
If you have playbooks that have multiple plays, or that import other playbooks, and you don't want to waste time repeatedly gathering facts from the same hosts, you can do this at the beginning of any play:

- hosts: [whatever]
gather_facts: no
tasks:
- setup:
when: ansible_date_time is not defined

This makes the play gather facts only if needed.

#ansible #it #sre #orchestration #devops

Last updated 1 year ago

Numahell ⏚ · @numahell
802 followers · 16011 posts · Server mastodon.tetaneutral.net
chfkch :nixos: :rust: · @chfkch
154 followers · 2578 posts · Server ruhr.social

@train
etc. use techniques similar to scripting to reach the desired state. Like using pacman to install a package on arch. does it slightly different when it comes to integrating the package to the system. Too hard to explain on 300 char limit 😁

I do agree nix is hard for beginners to get into (and it is not for everyone), but as a server guy you should try to get some insights. It will be worth it.

#ansible #nixos

Last updated 1 year ago

Kevin · @kevin
29 followers · 864 posts · Server fedi.kevinisageek.org

is really nice when it works. When you have PEBKAC issues, not so much. But I now have a third node provisioned.

I really should get my head around at some point.

#ansible #proxmox #kubernetes

Last updated 1 year ago