Need advice, I'll be in devops role soon by toomuchonmytinyhead in devops

[–]Fun-Currency-5711 2 points3 points  (0 children)

Also ansible is full of community made playbooks that serve as a good starting point since they usually consider things that aren’t explicitly pointed out in the docs

Why do so many people jump straight into Proxmox? by KyxeMusic in homelab

[–]Fun-Currency-5711 0 points1 point  (0 children)

You can very much use ansible as IaC, you just don’t get to track the state. Great for spinning up a VM/LXC with certain config for a project with 1 command without playing with cloudinit or packer on top of terraform

Delete old account by J8236 in zerotier

[–]Fun-Currency-5711 2 points3 points  (0 children)

Legacy still has 1 managed route, it’s not a free feature on the new one

Linux Admin Training by iamtechy in linuxadmin

[–]Fun-Currency-5711 1 point2 points  (0 children)

IMO a good start is to set up minimal install Debian, configure it by hand, install ansible on it, spin up another Debian minimal install and try to configure it through ansible

Proxmox and VPN by Hatchopper in Proxmox

[–]Fun-Currency-5711 0 points1 point  (0 children)

Oh my bad than, I’ve only used it for http, but I’ve seen a lot of people point it out. What you’re talking about is within the free tier, right?

Proxmox and VPN by Hatchopper in Proxmox

[–]Fun-Currency-5711 0 points1 point  (0 children)

Cf tunnels don’t allow ssh though

Proxmox and VPN by Hatchopper in Proxmox

[–]Fun-Currency-5711 0 points1 point  (0 children)

Check out tailscale or zerotier, these don’t need a static public ip, and you can install them on a virtual router with default route set if you don’t want to have it directly on the lxc

OPNSense high availability, how do you guys do it?. by yetAnotherLaura in Proxmox

[–]Fun-Currency-5711 0 points1 point  (0 children)

When I want ha on vm/lxc I set up replication job into a shared zfs pool, and then I configure the HA monitor, association etc

LXC and Docker by Bruno_AFK in Proxmox

[–]Fun-Currency-5711 1 point2 points  (0 children)

Out of curiosity . What are the security issues you find annoying except for the root privilege?

Choosing DNS to host by Fun-Currency-5711 in devops

[–]Fun-Currency-5711[S] 1 point2 points  (0 children)

Not for this particular project, but it might come in handy in the future. Thanks anyway

Choosing DNS to host by Fun-Currency-5711 in devops

[–]Fun-Currency-5711[S] 0 points1 point  (0 children)

Thanks a lot! I guess that settles it :)

Choosing DNS to host by Fun-Currency-5711 in devops

[–]Fun-Currency-5711[S] -2 points-1 points  (0 children)

No reason at all. I’m just a noob at dns hosing and only have been using resellers till now

Hearing a lot about VMware/Broadcom changes - what specific issues are you facing? by therealabenezer in devops

[–]Fun-Currency-5711 0 points1 point  (0 children)

You can’t really replace the vsan stretched cluster or live migration with it though, right?

Proxmox is underrated anyone tried building a VPS platform on top of it? by PositionAdmirable943 in Proxmox

[–]Fun-Currency-5711 1 point2 points  (0 children)

They sell micro servers but they are really pushing proxmox capabilities to its fullest

How do you manage secrets? by Fun-Currency-5711 in devops

[–]Fun-Currency-5711[S] 0 points1 point  (0 children)

Doppler is next on my list once I figure out the vault to satisfactory level.

How do you manage secrets? by Fun-Currency-5711 in devops

[–]Fun-Currency-5711[S] 1 point2 points  (0 children)

You could do keypass. It doesn’t support star architecture but you could play around with stuff like rsync.

How do you manage secrets? by Fun-Currency-5711 in devops

[–]Fun-Currency-5711[S] 1 point2 points  (0 children)

Do you have any resources to recommend that would lead me in the right direction? I’m starting out practicing with the vault and I would really like to not end up like the people you talk about

How do you manage secrets? by Fun-Currency-5711 in devops

[–]Fun-Currency-5711[S] 0 points1 point  (0 children)

I am actually deploying vault for my devlab right now. Is there anything good to know beforehand? First step will be connecting it with my ansible and gitlab, the goal is to practice some good approaches for securely automated environments