-
Notifications
You must be signed in to change notification settings - Fork 496
/
.gitignore
60 lines (53 loc) · 923 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.ansible_facts
*.retry
*my_vars.yml
*secret.yaml
*secret_vars.yml
*secret[_-]vars.yml
*secrets[_-]vars.yml
*secret[_-]var.yml
*secrets[_-]var.yml
*secret_vars.yaml
*secret[_-]vars.yaml
*secrets[_-]vars.yaml
*secret[_-]var.yaml
*secrets[_-]var.yaml
ansible/workdir/*
ansible/judd.sh
ansible/collections/ansible_collections/*
!ansible/collections/ansible_collections/agnosticd
ansible/configs/*/roles
ansible/configs/archive/*/roles
*.swp
scripts/*.rc
wk*
virtualenv/
.idea
*.rc
.tox
.pre-commit-config.yaml
.DS_Store
my_*_vars.yml
user-data.yaml
*-user-data.yaml
user-info.yaml
*-user-info.yaml
.vscode/settings.json
__pycache__
*.pyc
*.vscode
dynamic-cache
dynamic-roles
catalog-build.yaml
ansible/workload_vars.yml
Session.vim
ansible/main-artifact-*
ansible/destroy-artifact-*
ansible/lifecycle_entry_point-artifact-*
main-artifact-*
destroy-artifact-*
artifacts
ansible-navigator.log
#python venv
venv
set-env.sh