Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from infOpen/devel
Browse files Browse the repository at this point in the history
Last changes to prepare 0.1.0
  • Loading branch information
achaussier committed Nov 11, 2015
2 parents 0a0afdf + 655745e commit f78390d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install jenkins package.
Requirements
------------

This role requires Ansible 1.5 or higher, and platform requirements are listed
This role requires Ansible 1.9 or higher, and platform requirements are listed
in the metadata file.

Testing
Expand All @@ -33,6 +33,7 @@ Follow the possible variables with their default values
# Ubuntu repository vars
jenkins_repository_key_url : "https://jenkins-ci.org/debian/jenkins-ci.org.key"
jenkins_package_state : "latest"
jenkins_repository_content : "deb http://pkg.jenkins-ci.org/debian binary/"

# Configuration file settings
jenkins_default_cfg_file_owner : root
Expand Down Expand Up @@ -91,7 +92,6 @@ Follow the possible variables with their default values

jenkins_repository_file_prefix : "/etc/apt/sources.list.d"
jenkins_repository_file : "pkg_jenkins_ci_org_debian.list"
jenkins_repository_content : "deb http://pkg.jenkins-ci.org/debian binary/"

jenkins_default_cfg_prefix : "/etc/default"
jenkins_default_cfg_file : "jenkins"
Expand Down Expand Up @@ -121,5 +121,5 @@ Author Information

Alexandre Chaussier (for Infopen company)
- http://www.infopen.pro
- a.chaussier [at] infopen.pro } }}"
- a.chaussier [at] infopen.pro

1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Ubuntu repository vars
jenkins_repository_key_url : "https://jenkins-ci.org/debian/jenkins-ci.org.key"
jenkins_repository_content : "deb http://pkg.jenkins-ci.org/debian binary/"
jenkins_package_state : "latest"

# Configuration file settings
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
description: Install Jenkins package
company: Infopen (http://infopen.pro)
license: MIT
min_ansible_version: 1.5
min_ansible_version: 1.9

platforms:
- name: Ubuntu
Expand Down
1 change: 0 additions & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Specific vars values for Debian family
jenkins_repository_file_prefix : "/etc/apt/sources.list.d"
jenkins_repository_file : "pkg_jenkins_ci_org_debian.list"
jenkins_repository_content : "deb http://pkg.jenkins-ci.org/debian binary/"

jenkins_default_cfg_prefix : "/etc/default"
jenkins_default_cfg_file : "jenkins"
Expand Down

0 comments on commit f78390d

Please sign in to comment.