-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitignore
57 lines (47 loc) · 890 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
# Ignore roles directory
roles/systemd_networkd/
# Ignore collections directory
collections/
*.pdf
ansible.log
playbooks/*
!playbooks/README.adoc
!playbooks/cluster_setup_*.yaml
!playbooks/ci_*.yaml
!playbooks/replace_machine_*.yaml
!playbooks/test_*.yaml
!playbooks/tasks/
!playbooks/standalone*
!playbooks/deploy_*.yaml
!playbooks/seapath_setup_*.yaml
!playbooks/purge_ceph.yaml
inventories/*
!inventories/README.adoc
!inventories/examples
!inventories/providers
# Ide
.idea/
# Ignore module documentation
module_documentation
# Ignore python cache files
__pycache__/
.pyc
#privatekey
cluster_rsa
#ansible facts
facts/
#private inventories
inventories_private/
# Ignore Cukinia results
/*.csv
/*.xml
# VM folder
vm_images/*.qcow2
# Src from privates repos
src/trafgen/*
!src/trafgen/README
src/svtools/*
!src/svtools/README
# Tests results
tests_results/*
!tests_results/README