cleaned up server files

This commit is contained in:
Beth Parker 2017-08-21 20:32:45 +00:00
parent a95bb60386
commit f5cca4d6c8
37 changed files with 10 additions and 134 deletions

View file

@ -3,6 +3,3 @@ firewalld:
service:
- http
- https
50_server:
port:
- 8080/tcp

View file

@ -1,4 +0,0 @@
firewalld:
70_internal:
port:
- 80/tcp

View file

@ -1,11 +0,0 @@
nginx:
cal:
auth: none
https:
port: 8081
prot: http
baikal:
auth: none
https:
port: 8081
prot: http

View file

@ -1,6 +0,0 @@
nginx:
ldapui:
auth: simple
https:
port: 8000
prot: http

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1 +0,0 @@
env: prod

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,3 +0,0 @@
maintainer:
- masaufuku

View file

@ -1,5 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion

View file

@ -1,7 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- nginx-proxy
- calandar

View file

@ -1,8 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- nginx-proxy
- couch
- nfs

View file

@ -1,6 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- ldap

View file

@ -1,5 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion

View file

@ -1,7 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- ldapui
- nginx-proxy

View file

@ -1,6 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- sendmail

View file

@ -1,7 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- plexrequests
- nginx-proxy

View file

@ -1,7 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- nginx-proxy
- lamp

View file

@ -1,6 +0,0 @@
grains:
roles:
- server
- ssh
- saltminion
- saltmaster

View file

@ -16,9 +16,9 @@ gitlab_nginx:
/etc/webapps/gitlab/database.yml:
file.managed:
- source: salt://roles/maintain/gitlab/conf_files/database.yml
- user: root
- group: root
- mode: 644
- user: gitlab
- group: gitlab
- mode: 600
- template: jinja
/etc/webapps/gitlab/resque.yml:
file.managed:
@ -29,9 +29,9 @@ gitlab_nginx:
/etc/webapps/gitlab-shell/config.yml:
file.managed:
- source: salt://roles/maintain/gitlab/conf_files/config.yml
- user: root
- group: root
- mode: 644
- user: gitlab
- group: gitlab
- mode: 600
/usr/share/webapps/gitlab/config/initializers/smtp_settings.rb:
file.managed:
- source: salt://roles/maintain/gitlab/conf_files/smtp_settings.rb

View file

@ -27,6 +27,9 @@ server {
location / {
proxy_pass $backend;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Protocol https;
proxy_set_header X-Forwarded-Ssl on;
# re-write redirects to http as to https, example: /home
proxy_redirect http:// https://;

1
test Normal file
View file

@ -0,0 +1 @@
abcd