Monday, July 22, 2024
Home »
» Ansible Ubuntu 24.04 LTS
Ansible Ubuntu 24.04 LTS
Ansible installation on Ubuntu 24.04LTS
sudo apt update
sudo apt upgrade
sudo apt install ansible
sudo mkdir /etc/ansible
sudo chown user:user /etc/ansible
ansible-config init --disabled > /etc/ansible/ansible.cfg
nano /etc/ansible/hosts
Test ping
ansible all -m ping
Related Posts:
GUI Designer for wxWidgets using wxFormBuilder I used wxFormBuilder frequently in recent years as GUI Designer when coding with wxWidgets. This RAD tools very much help programmer to build GUI up … Read More
How To Change Grub Default BootThis article will show you how to change Grub default boot for any installed operation system inside your computer, be it various Linux or Windows. … Read More
GitHub - HowTo Work With It would be easy for us to have program source code stored in centralized version control system in the server. GitHub provide such service free for… Read More
Diskless Computer via NFS with ArchLinux # pacman -S tftp-hpa dhcp nfs-utils btrfs-progs mkinitcpio mkinitcpio-nfs-utils # pacman -S dhcp # nano /etc/dhcpd.conf allow booting; allow b… Read More
Howto Build wxWidgets with MinGWThis tutorial is intended for the beginner who wish to have wxWidgets up and running in Windows environment. The build using MinGW without Msys. Inst… Read More
0 comments:
Post a Comment