tf-ansible-workflow

Terraform/Ansible Workflow for Libvirt
git clone https://git.in0rdr.ch/tf-ansible-workflow.git
Log | Files | Refs | Pull requests |Archive

commit e587c3bdb2c9bf977cba8cb147aa0446fed5e628
parent cb0c3a9e6843ec34bc2b914ff8eac81991c69e10
Author: Andreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>
Date:   Thu, 19 Sep 2019 20:35:56 +0200

lower verbosity

Diffstat:
Mansible/get-ips.yml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ansible/get-ips.yml b/ansible/get-ips.yml @@ -12,7 +12,7 @@ - name: extract public interface set_fact: network_interfaces_list='{{ network_interfaces.stdout | from_json }}' -- debug: var=network_interfaces_list +#- debug: var=network_interfaces_list - name: extract ip4 from public/second interface set_fact: ip4_addr='{{ network_interfaces_list[1]["IPAddresses"][0] }}' @@ -23,4 +23,4 @@ - name: append item to global qemu config set_fact: - qemu_config: '{{ qemu_config + [item_with_ip] }}' -\ No newline at end of file + qemu_config: '{{ qemu_config + [item_with_ip] }}'