Skip to content

Commit

Permalink
Added ansible playbook to provision a Jenkins server
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Papke committed Nov 6, 2018
1 parent d8a664d commit e4cd68e
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- hosts: all
roles:
- role: geerlingguy.apache
become: yes
become: yes
File renamed without changes.
8 changes: 8 additions & 0 deletions examples/ansible/jenkins/jenkins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- hosts: all
vars:
jenkins_hostname: "{{ inventory_hostname }}"
roles:
- role: geerlingguy.java
become: yes
- role: geerlingguy.jenkins
become: yes
1 change: 1 addition & 0 deletions examples/ansible/jenkins/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- geerlingguy.jenkins
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e4cd68e

Please sign in to comment.