// Aula 4 - Arquivo de configuração do Ansible node ~]# ansible --version node ~]# touch ~/.ansible.cfg node ~]# ansible --version # rm ~/.ansible.cfg # mkdir ~/ansible # touch ~/ansible/ansible.cfg node ~]# ansible --version # cd ~/ansible # touch test.cfg # ANSIBLE_CONFIG=test.cfg ansible --version