Commit 4fae7318 by Michael Youngstrom

sort out tags

parent 2d3db0ef
...@@ -22,14 +22,25 @@ ...@@ -22,14 +22,25 @@
tags: tags:
- install - install
- install:base - install:base
- install:jenkins-configuration
- name: Copy config files - name: Copy non plugins.yml config files
template: src={{ item }} dest='{{ build_jenkins_config_path }}/' template: src={{ item }} dest='{{ build_jenkins_config_path }}/'
with_fileglob: with_fileglob:
- '{{ role_path }}/files/*' - '{{ role_path }}/files/*'
when: "'plugins.yml' not in item"
tags: tags:
- install - install
- install:base - install:base
- install:jenkins-configuration
- name: Copy plugins.yml config file
template: src='{{ role_path }}/files/plugins.yml' dest='{{ build_jenkins_config_path }}/'
tags:
- install
- install:base
- install:plugins
- install:jenkins-configuration
- name: Copy ec2 config files - name: Copy ec2 config files
template: src={{ item }} dest='{{ build_jenkins_config_path }}/ec2/' template: src={{ item }} dest='{{ build_jenkins_config_path }}/ec2/'
...@@ -38,6 +49,7 @@ ...@@ -38,6 +49,7 @@
tags: tags:
- install - install
- install:base - install:base
- install:jenkins-configuration
- name: Copy xml config files - name: Copy xml config files
template: src={{ item }} dest='{{ build_jenkins_config_path }}/xml/' template: src={{ item }} dest='{{ build_jenkins_config_path }}/xml/'
...@@ -46,6 +58,7 @@ ...@@ -46,6 +58,7 @@
tags: tags:
- install - install
- install:base - install:base
- install:jenkins-configuration
- name: Run plugins.gradle - name: Run plugins.gradle
shell: './gradlew -b plugins.gradle plugins' shell: './gradlew -b plugins.gradle plugins'
...@@ -56,8 +69,9 @@ ...@@ -56,8 +69,9 @@
PLUGIN_CONFIG: '{{ build_jenkins_config_path }}/plugins.yml' PLUGIN_CONFIG: '{{ build_jenkins_config_path }}/plugins.yml'
tags: tags:
- install - install
- install:app-requirements
- install:base - install:base
- install:plugins
- install:jenkins-configuration
- name: Copy credentials into files - name: Copy credentials into files
copy: copy:
...@@ -68,6 +82,7 @@ ...@@ -68,6 +82,7 @@
tags: tags:
- install - install
- install:base - install:base
- install:jenkins-configuration
- name: Copy ec2 key - name: Copy ec2 key
copy: copy:
...@@ -77,6 +92,7 @@ ...@@ -77,6 +92,7 @@
tags: tags:
- install - install
- install:base - install:base
- install:jenkins-configuration
- name: Start Jenkins Service - name: Start Jenkins Service
systemd: systemd:
...@@ -86,3 +102,5 @@ ...@@ -86,3 +102,5 @@
tags: tags:
- manage - manage
- manage:start - manage:start
- install:plugins
- install:jenkins-configuration
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
tags: tags:
- install - install
- install:base - install:base
- install:plugins - install:jenkins-configuration
- name: Run gradle libs - name: Run gradle libs
shell: './gradlew libs' shell: './gradlew libs'
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
tags: tags:
- install - install
- install:base - install:base
- install:jenkins-configuration
- name: Copy init scripts into init.groovy.d - name: Copy init scripts into init.groovy.d
command: 'cp {{ jenkins_common_git_home }}/jenkins-configuration/{{ jenkins_common_configuration_src_path }}/{{ item }} {{ jenkins_common_home }}/init.groovy.d/' command: 'cp {{ jenkins_common_git_home }}/jenkins-configuration/{{ jenkins_common_configuration_src_path }}/{{ item }} {{ jenkins_common_home }}/init.groovy.d/'
...@@ -96,4 +97,4 @@ ...@@ -96,4 +97,4 @@
tags: tags:
- install - install
- install:base - install:base
- install:plugins - install:jenkins-configuration
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment