Move gitlab playbook as first

This will avoid situations, in which the runner finishes and gitlab is still starting
This commit is contained in:
saibotk 2021-02-06 02:32:51 +01:00
parent 5c7c4daa93
commit 49565c8516
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -17,6 +17,8 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
- import_playbook: gitlab.yml
- import_playbook: gitlab_runner.yml
- import_playbook: camo.yml - import_playbook: camo.yml
- import_playbook: keycloak.yml - import_playbook: keycloak.yml
- import_playbook: monitoring.yml - import_playbook: monitoring.yml
@ -27,5 +29,3 @@
- import_playbook: teamspeak.yml - import_playbook: teamspeak.yml
- import_playbook: owncast.yml - import_playbook: owncast.yml
- import_playbook: factorio.yml - import_playbook: factorio.yml
- import_playbook: gitlab_runner.yml
- import_playbook: gitlab.yml