Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

環境再構築におけるJenkinsの再インストール #143

Merged
merged 3 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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