-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
51 lines (45 loc) · 1.28 KB
/
.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
*
!*/
# Docker files
!/docker/haproxy/haproxy.cfg
!/docker/haproxy/Dockerfile
!/docker/nginx/nginx.conf
!/docker/nginx/Dockerfile
!/docker/docker-compose.yml
# Jenkins files
!/jenkins/ansible/roles/app/files/haproxy.cfg
!/jenkins/ansible/roles/app/tasks/main.yml
!/jenkins/ansible/roles/docker/tasks/main.yml
!/jenkins/ansible/hosts
!/jenkins/ansible/playbook.yml
!/jenkins/docker/app/Dockerfile
!/jenkins/docker/app/docker-entrypoint.sh
!/jenkins/docker/jenkins/Dockerfile
!/jenkins/docker-compose.yml
# Ansible files
!/ansible/roles/haproxy/files/haproxy.cfg
!/ansible/roles/haproxy/handlers/main.yml
!/ansible/roles/haproxy/tasks/main.yml
!/ansible/roles/nginx/files/nginx.conf
!/ansible/roles/nginx/handlers/main.yml
!/ansible/roles/nginx/tasks/main.yml
!/ansible/playbook.yml
!/ansible/Vagrantfile
# Chef files
!/chef/cookbooks/haproxy/files/haproxy.cfg
!/chef/cookbooks/haproxy/recipes/default.rb
!/chef/cookbooks/nginx/files/nginx.conf
!/chef/cookbooks/nginx/recipes/default.rb
!/chef/roles/app.rb
!/chef/Vagrantfile
# Puppet files
!/puppet/modules/haproxy/files/haproxy.cfg
!/puppet/modules/haproxy/manifests/init.pp
!/puppet/modules/nginx/files/nginx.conf
!/puppet/modules/nginx/manifests/init.pp
!/puppet/manifests/site.pp
!/puppet/Vagrantfile
# Git files
!/.gitignore
!/.gitmodules
!/README.md