FITFLOP
Home

ansible-inventory (8 post)


posts by category not found!

iterate through accounts in AWS to create inventory source

How to Iterate Through AWS Accounts to Create an Inventory Source In todays cloud centric world managing resources efficiently across multiple AWS accounts is c

2 min read 17-10-2024 45
iterate through accounts in AWS to create inventory source
iterate through accounts in AWS to create inventory source

how to extract ps command in Ansible results in a list

Extracting ps Command Output as a List in Ansible Lets say you re running an Ansible playbook and need to extract the output of the ps command on your target ho

2 min read 05-10-2024 45
how to extract ps command in Ansible results in a list
how to extract ps command in Ansible results in a list

GCP: Ansible: Need to write a GCP dynamic inventory with the project labels as filter

GCP Dynamic Inventory with Project Labels Streamlining Your Ansible Deployments Managing infrastructure across multiple Google Cloud Platform GCP projects can b

4 min read 03-10-2024 27
GCP: Ansible: Need to write a GCP dynamic inventory with the project labels as filter
GCP: Ansible: Need to write a GCP dynamic inventory with the project labels as filter

Ansible-playbook cannot read inventory file hosts.yaml when run inside Github Actions

Ansible Playbook Fails to Read Inventory in Github Actions A Troubleshooting Guide Running Ansible playbooks within Github Actions workflows can streamline your

3 min read 03-10-2024 40
Ansible-playbook cannot read inventory file hosts.yaml when run inside Github Actions
Ansible-playbook cannot read inventory file hosts.yaml when run inside Github Actions

Ansible delegation: how do I use ansible rescue block in combination with `hosts` keyword

Ansible Delegation with Rescue Blocks A Powerful Combination for Robust Playbooks Delegation in Ansible allows you to execute tasks on specific hosts even if th

2 min read 03-10-2024 30
Ansible delegation: how do I use ansible rescue block in combination with `hosts` keyword
Ansible delegation: how do I use ansible rescue block in combination with `hosts` keyword

Ansible | lineinfile | insertafter using regex in yml file

Ansible Using lineinfile with insertafter and Regex in YAML Files Ansibles lineinfile module is a powerful tool for managing configuration files It allows you t

2 min read 02-10-2024 34
Ansible | lineinfile | insertafter using regex in yml file
Ansible | lineinfile | insertafter using regex in yml file

Run ansible-playbook with multiple groups restriction

Running Ansible Playbooks with Multiple Group Restrictions Ansible allows you to target specific groups of hosts for your playbooks enabling you to manage and c

2 min read 30-09-2024 32
Run ansible-playbook with multiple groups restriction
Run ansible-playbook with multiple groups restriction

Ansible writing value to a file from different host while running in different host

Writing Values to a File from a Different Host in Ansible Ansible is a powerful tool for automating infrastructure management tasks including the ability to man

2 min read 29-09-2024 33
Ansible writing value to a file from different host while running in different host
Ansible writing value to a file from different host while running in different host