Skip to content

Commit

Permalink
Introduce /entrypoint.d
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Jan 26, 2017
1 parent 84ed670 commit d7c0678
Show file tree
Hide file tree
Showing 36 changed files with 108 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---

- include: bootstrap/system.yml
- include: bootstrap/misc.yml
- include: bootstrap/root.yml
- include: bootstrap/supervisor.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Register logrotate configurations
file:
src: '/opt/docker/provision/entrypoint.d'
dest: '/entrypoint.d'
state: link
force: yes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---

- include: bootstrap/logrotate.yml

0 comments on commit d7c0678

Please sign in to comment.