Category: Linux

Install Ansible on Ubuntu

The installation environment is Ubuntu 19.10. Upgrade packages Install Ansible Verification ansible.cfg: This is the ansible configuration file.hosts: The hosts file includes the device information( IP address, etc.). Documentation Installing Ansible on Ubuntu https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-on-ubuntu

Configure network with netplan on Ubuntu

I installed new Ubuntu 19.10 server and realized that I need to use netplan to configure the network. The following is my configuration. Configure the IP address and DNS Configure proxy Save configuration We...