commit | ad45bf04dc8019debf4d44820691b7b182e567a3 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Mar 04 21:37:20 2020 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Sat Oct 03 22:20:48 2020 -0700 |
tree | 831807445b7be173cd1d1ff29f997b1e7205a00d |
initial commit of common Ansible and role template Change-Id: I73b59340d2481c1c6b7e7c5806d4f5bc5a60ab26
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3119a73 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,11 @@ +# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> +# SPDX-License-Identifier: Apache-2.0 + +*.html +*.pyc +.DS_Store +__pycache__ +ansible_collections +cookiecutter/*default* +roles/* +venv_onfansible