
ansible
Ansible
Install from ppa for Ubuntu sudo apt install -y software-properties-common sudo add-apt-repository --yes --update ppa:ansible/ansible sudo apt install ansible General Commands Printing out all of the Ansible Facts ansible -i [inventory file name] [host name] -m setup > [file name] Playbook Running a playbook limiting to certain sections