Tony Chia
Tony Chia
ansible tower has dynamic inventory script http://docs.ansible.com/ansible-tower/2.3.0/html/administration/custom_inventory_script.html I haven't tried it but I imagine you can run the "terraform-inventory" script under the "custom script" section.
Getting the same error ``` ❯ cat compose-git-include.yml | docker run -i --platform linux/amd64 funkwerk/compose_format Traceback (most recent call last): File "/bin/compose_format", line 2, in from compose_format import ComposeFormat File...
it doesn't work with "include" ``` ❯ cat compose-git-include.yml | docker run -i --platform linux/amd64 damasu/compose_format Traceback (most recent call last): File "/bin/compose_format", line 27, in formatted = formatter.format_string(data, strict=not...