Igor Tiunov

Results 18 comments of Igor Tiunov

@akinfermo Hi! Last month I've been working with [kaniko](https://github.com/GoogleContainerTools/kaniko) - a container image build tool inside a container or Kubernetes cluster. The interesting option is `--context` where one defines path/url...

@amarao Hi! Just a simple check: https://github.com/ITD27M01/ansible-strategy-collection

Hi @amarao, I've created an example with mitogen itself: https://github.com/ITD27M01/ansible-mitogen-example. It looks like it is easier than I thought, all the plugin directory would be migrated to the collection: https://github.com/ITD27M01/ansible-mitogen-collection...

@amarao As I understand these variables are helpers for settings. So, the same way as plugins defined in ansible.cfg they could be defined there: ``` export ANSIBLE_STRATEGY_PLUGINS=mitogen_hq.mitogen.mitogen export ANSIBLE_STRATEGY=mitogen_hq.mitogen.mitogen_linear ```

Hi @philpep As an example, you can consider the corresponding lookup plugin - [inventory_hostnames](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/inventory_hostnames_lookup.html). It returns the list of hostnames which can be used as a source for testinfra_hosts: https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/inventory_hostnames.py...

A've played with this: ``` > python Python 3.8.5 (default, Sep 4 2020, 02:22:02) [Clang 10.0.0 ] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license" for more...

Hi, looks like it is because of this: https://cloud.yandex.ru/blog/posts/2023/02/disable-aws-token