From 7e5a76e7996ebcba36536c8fecd31a95280f3417 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 6 Dec 2017 06:51:36 -0500 Subject: Initial commit --- examples/certreq.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/certreq.yml (limited to 'examples/certreq.yml') diff --git a/examples/certreq.yml b/examples/certreq.yml new file mode 100644 index 0000000..e7af898 --- /dev/null +++ b/examples/certreq.yml @@ -0,0 +1,20 @@ +--- +# File: /etc/ansible/configuration/test/certreq.yml +# Author: bgstack15 +# Startdate: 2017-11-14 +# Title: Playbook that Deploys The Role certreq +# Purpose: Wrapper for the certreq role +# History: +# Usage: +# ansible-playbook -i /etc/ansible/patching/rdu/rdu_patch_list /etc/ansible/configuration/test/certreq.yml --become -u ansible_rdu -l sw* +# Use this playbook when you want to assign a new Microsoft CA-signed certificate to a Linux host for SCCM. +# Reference: +# ansible reference online +# Improve: +# Document: Below this line + +- hosts: all + roles: + - certreq + +... -- cgit