Skip to content

Instantly share code, notes, and snippets.

@metabsd
Created September 9, 2020 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metabsd/af55c8087196060b4c6f65f8af58532f to your computer and use it in GitHub Desktop.
Save metabsd/af55c8087196060b4c6f65f8af58532f to your computer and use it in GitHub Desktop.
---
- name: My playbook
connection: local
hosts: localhost
gather_facts: False
vars:
environment:
no_proxy: "{{ no_proxy_vars }}"
tasks:
- name: My task
include_role:
name: collection_namespace.myrole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment