python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Ansible get all hosts in subgroup
I have the following hosts structure in the inventory:
all:
children:
sc:
hosts:
sc-finder01a.com:
sc-finder01b.com:
vars:
default_port: 5679
version:...
jenny
Votes: 0
Answers: 2
Change Hostnames and IP Addresses with another host - Does it require a DNS update?
I have a new Linux database server I am working on with a certain hostname and ipaddress. I want to change it's hostname and ipaddress with my old Linux database server's at the time of going live wit...
Madhuri
Votes: 0
Answers: 1
Terraform plan trying to replace existing storage account resource
When I try to update latest terraform version terraform plan trying to replace storage account resource how to prevent that?
Tried life_cycle block

Ajay Krishnan
Votes: 0
Answers: 1
Nextjs Real-time data: Should I use serverless with a separate websocket server or a normal Expressjs approach?
I've been using NextJs on Vercel for a while now because of its amazing development experience and performance but I didn't need to use real-time data with WebSockets in any of my applications until n...
tavin-dev
Votes: 0
Answers: 1