Compare commits
6 Commits
05de7cfb6c
...
86482d0d2d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86482d0d2d | ||
|
|
354656bbb4 | ||
|
|
cabf393a0f | ||
| cfd45de3d8 | |||
| aae0f70464 | |||
|
|
10d06872c3 |
@@ -20,7 +20,9 @@
|
||||
|
||||
dnf-automatic is a mechanism to allow automatic OS updates for Rocky 9 and similar RHEL 9 based operating systems.
|
||||
|
||||
`confdroid_automatic` manages dnf-automatic installations and configurations.
|
||||
`confdroid_automatic` manages dnf-automatic installations and configurations.
|
||||
|
||||
Choose the required update and reboot policy per host, host group, environment etc. Set the email notification about updates, that's all it needs.
|
||||
|
||||
## WARNING
|
||||
|
||||
@@ -29,7 +31,7 @@ dnf-automatic is a mechanism to allow automatic OS updates for Rocky 9 and simil
|
||||
## Features
|
||||
|
||||
- install required binaries,
|
||||
- mane files and directories with proper selinux context
|
||||
- manage files and directories with proper selinux context
|
||||
- manage main configurations files via parameters
|
||||
- manage service
|
||||
|
||||
@@ -56,7 +58,7 @@ via site.pp or nodes.pp
|
||||
|
||||
```ruby
|
||||
node 'example.example.net' {
|
||||
include automatic
|
||||
include confdroid_automatic
|
||||
}
|
||||
```
|
||||
|
||||
@@ -74,6 +76,7 @@ See [more details about class deployment on confdroid.com](https://confdroid.com
|
||||
- Puppet Parser
|
||||
- ERB Template Parser
|
||||
- Sonar Quality Gate
|
||||
- End-to-end deployments in Rocky-9 environments
|
||||
|
||||
## Contact Us
|
||||
|
||||
|
||||
@@ -93,6 +93,8 @@
|
||||
|
||||
<p><code>confdroid_automatic</code> manages dnf-automatic installations and configurations.</p>
|
||||
|
||||
<p>Choose the required update and reboot policy per host, host group, environment etc. Set the email notification about updates, that’s all it needs.</p>
|
||||
|
||||
<h2 id="label-WARNING">WARNING</h2>
|
||||
|
||||
<blockquote>
|
||||
@@ -103,7 +105,7 @@
|
||||
<ul><li>
|
||||
<p>install required binaries,</p>
|
||||
</li><li>
|
||||
<p>mane files and directories with proper selinux context</p>
|
||||
<p>manage files and directories with proper selinux context</p>
|
||||
</li><li>
|
||||
<p>manage main configurations files via parameters</p>
|
||||
</li><li>
|
||||
@@ -135,7 +137,7 @@
|
||||
<p>via site.pp or nodes.pp</p>
|
||||
|
||||
<pre class="code ruby"><code class="ruby">node 'example.example.net' {
|
||||
include automatic
|
||||
include confdroid_automatic
|
||||
}
|
||||
</code></pre>
|
||||
<ul><li>
|
||||
@@ -160,6 +162,8 @@
|
||||
<p>ERB Template Parser</p>
|
||||
</li><li>
|
||||
<p>Sonar Quality Gate</p>
|
||||
</li><li>
|
||||
<p>End-to-end deployments in Rocky-9 environments</p>
|
||||
</li></ul>
|
||||
|
||||
<h2 id="label-Contact+Us">Contact Us</h2>
|
||||
|
||||
@@ -93,6 +93,8 @@
|
||||
|
||||
<p><code>confdroid_automatic</code> manages dnf-automatic installations and configurations.</p>
|
||||
|
||||
<p>Choose the required update and reboot policy per host, host group, environment etc. Set the email notification about updates, that’s all it needs.</p>
|
||||
|
||||
<h2 id="label-WARNING">WARNING</h2>
|
||||
|
||||
<blockquote>
|
||||
@@ -103,7 +105,7 @@
|
||||
<ul><li>
|
||||
<p>install required binaries,</p>
|
||||
</li><li>
|
||||
<p>mane files and directories with proper selinux context</p>
|
||||
<p>manage files and directories with proper selinux context</p>
|
||||
</li><li>
|
||||
<p>manage main configurations files via parameters</p>
|
||||
</li><li>
|
||||
@@ -135,7 +137,7 @@
|
||||
<p>via site.pp or nodes.pp</p>
|
||||
|
||||
<pre class="code ruby"><code class="ruby">node 'example.example.net' {
|
||||
include automatic
|
||||
include confdroid_automatic
|
||||
}
|
||||
</code></pre>
|
||||
<ul><li>
|
||||
@@ -160,6 +162,8 @@
|
||||
<p>ERB Template Parser</p>
|
||||
</li><li>
|
||||
<p>Sonar Quality Gate</p>
|
||||
</li><li>
|
||||
<p>End-to-end deployments in Rocky-9 environments</p>
|
||||
</li></ul>
|
||||
|
||||
<h2 id="label-Contact+Us">Contact Us</h2>
|
||||
|
||||
Reference in New Issue
Block a user