Re: [ansible-project] multiple vm playbook

2022-02-02 Thread Stefan Hornburg (Racke)
On 02/02/2022 19:50, Rene Paquin wrote: I am attempting to create a playbook to deploy multiple linux  VMs from a template and assigning a static ip and I am running into issues.  My playbook: --- - hosts: localhost   gather_facts: no   vars_files:     - group_vars/vars     -

[ansible-project] multiple vm playbook

2022-02-02 Thread Rene Paquin
I am attempting to create a playbook to deploy multiple linux VMs from a template and assigning a static ip and I am running into issues. My playbook: --- - hosts: localhost gather_facts: no vars_files: - group_vars/vars - group_vars/vars_sec tasks: - name: Clone the template