<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>playbook on MGNK</title>
    <link>https://mgnk.it/tags/playbook/</link>
    <description>Recent content in playbook on MGNK</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 07 Mar 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://mgnk.it/tags/playbook/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ansible Playbook Chronyd</title>
      <link>https://mgnk.it/posts/ansible-playbook-chronyd/</link>
      <pubDate>Sun, 07 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://mgnk.it/posts/ansible-playbook-chronyd/</guid>
      <description>This is a simple ansible playbook to install chronyd and copy a conf file in RedHat1
ansible-chronyd-redhat.yamlLink to heading---- hosts:alltasks:- name:make sure chronyd is installedyum:name:chronystate:latestupdate_cache:yes- name:deploy chrony.conf templatetemplate:src:/ansible/files/chrony.conf.origdest:/etc/chrony.confowner:rootgroup:rootmode:0644backup:yes- name:Restart chronydservice:name:chronydstate:restarted-name:Enable service chronydservice:name:chronyd.serviceenabled:true  This is obviously not a blog post. Just some notes, because i keep forgeting the little things as i get older&amp;#160;&amp;#x21a9;&amp;#xfe0e;
   </description>
    </item>
    
  </channel>
</rss>
