Skip to content

Commit

Permalink
Merge pull request #18 from yontalcar/docs
Browse files Browse the repository at this point in the history
Mark language (YAML) on code blocks
  • Loading branch information
pcahyna authored Aug 21, 2018
2 parents f48921a + be2b1ad commit 5250cf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Role Variables

The variables that can be passed to this role are as follows:

```
```yaml
# List of NTP servers
timesync_ntp_servers:
- hostname: foo.example.com # Hostname or address of the server
Expand Down Expand Up @@ -70,7 +70,7 @@ Example Playbook
Install and configure ntp to synchronize the system clock with three NTP servers:
```
```yaml
- hosts: targets
vars:
timesync_ntp_servers:
Expand All @@ -87,7 +87,7 @@ Install and configure ntp to synchronize the system clock with three NTP servers
Install and configure linuxptp to synchronize the system clock with a
grandmaster in PTP domain number 0, which is accessible on interface eth0:
```
```yaml
- hosts: targets
vars:
timesync_ptp_domains:
Expand All @@ -101,7 +101,7 @@ Install and configure chrony and linuxptp to synchronize the system clock with
multiple NTP servers and PTP domains for a highly accurate and resilient
synchronization:
```
```yaml
- hosts: targets
vars:
timesync_ntp_servers:
Expand Down

0 comments on commit 5250cf1

Please sign in to comment.