Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jul 23, 2018
1 parent 1b9e25d commit 7bc6a4c
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
== Run agent locally

[NOTE]

====
In this section you will:
* Trigger a policy application locally on the node using Rudder CLI
* Read the policy enforcement state in its output
* Check reported compliance in the Web interface
====

Let's connect to our Rudder server by SSH:

----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
== Use a predefined policy

[NOTE]

====
In this section you will:
* Define a configuration policy from a pre-defined template
* Create appliable configuration items called *directives* from
====

You have just learnt to use the technique editor, which gives access to a broad
range of building blocks for policies. To allow easy configuration of
common system settings, Rudder also comes with a pre-defined set of techniques,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
== Audit vs. Enforce - Policy Mode

[NOTE]

====
In this section you will:
* Analyze results from an audit policy
* Switch between audit and enforce modes to fix the configuration issues
====

As you saw just before, we configured one of our directives in "Audit mode".
You may have guessed, according to its name, what this means.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
== Define a configuration policy

[NOTE]

====
In this section you will:
* Use policy building blocks in the builder UI
* Define a configuration policy within Rudder
====

Here you will learn to define a configuration policy through Rudder's technique editor.
A technique is a configuration policy template, that will need to be instanciated afterwards.

Expand Down

0 comments on commit 7bc6a4c

Please sign in to comment.