template role

nginx role
jenkins clean install working
This commit is contained in:
2015-09-09 08:10:06 -04:00
parent 2fb838dd9a
commit 50e8b2f41f
15 changed files with 148 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
# defaults/main.yml
# define default variable values here

View File

@@ -0,0 +1,9 @@
---
# handlers/main.yml
# define handlers here
#- name: restart <service>
# service: name=<service> state=restarted
#- name: stop <service>
# service: name=<service> state=stopped

View File

@@ -0,0 +1,8 @@
---
# meta/main.yml
# define dependancies here
# dependencies:
# - { role: geerlingguy.java }
dependencies: []

View File

@@ -0,0 +1,4 @@
---
# tasks/main.yml
# define tasks here

View File

@@ -0,0 +1,10 @@
---
# vars/_extravars.yml
# define extra variable values here
# this file should be loaded via an include_vars statement in the task.
# often this is used for managing differences in os.
# Variable setup.
#- name: Include OS-Specific variables
# include_vars: "{{ ansible_os_family }}.yml"