Skip to content

Commit

Permalink
Merge pull request #143 from cradle8810/jenkins_reinstall
Browse files Browse the repository at this point in the history
環境再構築におけるJenkinsの再インストール
  • Loading branch information
cradle8810 authored May 6, 2024
2 parents 1c24986 + 71371f5 commit 09b2fa2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions inventories/host_vars/jenkins.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
---
apt:
- jq
- python3-pip
16 changes: 8 additions & 8 deletions jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
ansible.builtin.import_tasks:
file: tasks/timezone.yml

- name: Set zabbix agent
ansible.builtin.import_tasks:
file: tasks/zabbix-agent2.yml

- name: Stop Apt-daily
ansible.builtin.import_tasks:
file: tasks/stop-apt-daily.yml
Expand All @@ -46,10 +42,6 @@
ansible.builtin.import_tasks:
file: tasks/stop-cloud-init.yml

- name: Stop multipathd logging when running on VM
ansible.builtin.import_tasks:
file: tasks/stop-multipathd-syslog.yml

- name: Install Jenkins
ansible.builtin.import_role:
name: geerlingguy.jenkins
Expand All @@ -61,3 +53,11 @@
jenkins_java_options: "-Djenkins.install.runSetupWizard=false"
tags:
- jenkins

- name: Apt install
ansible.builtin.import_tasks:
file: tasks/console/apt.yml

- name: Install Pre-builded SNS downloaders
ansible.builtin.import_tasks:
file: tasks/sns_dl_linux.yml

0 comments on commit 09b2fa2

Please sign in to comment.