How to use template in Ansible?

How to use template in Ansible? ##### Step 1 – Create your inventory file with ##### [code]$ vi inventory 35.154.85.120 ansible_user=root ansible_ssh_private_key_file=remote.pem 35.154.85.120 ansible_user=root ansible_ssh_private_key_file=remote.pem[/code] ##### Step 2 – Create…

Read more »