Ansible notes
Ansible is an open source, command-line IT automation software application that can configure systems, deploy software, and orchestrate workflows. I
- Steampunk ari_stark
- Installing cx_Oracle and Oracle Instant Client via Oracle Linux Yum Server
- How To Add Custom Modules In Ansible
- Ansible Playbook Examples - Sample Ansible Playbook
- how to setup inventory
- Server monitoring using ansible+
Upgrade ansible in linux
sudo dnf install python3-pip
sudo pip3 install --upgrade setuptools
sudo pip3 install --user --upgrade ansible
ansible --version
sudo pip3 install --upgrade setuptools
sudo pip3 install --user --upgrade ansible
ansible --version
Ansible galaxy
Ansible-galaxy install -r collection/requirements.yml
Ansible-galaxy collection -h
Ansible-galaxy collection list
Ansible galaxy collection/collection.yml
No comments:
Post a Comment