<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infra.git/roles/sshd/tasks, branch master</title>
<subtitle>Ansible playbooks for personal infrastructure.</subtitle>
<id>https://git.ilvokhin.com/infra.git/atom?h=master</id>
<link rel='self' href='https://git.ilvokhin.com/infra.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/infra.git/'/>
<updated>2024-06-30T15:39:20Z</updated>
<entry>
<title>Cleanup quotes usage in YAML files</title>
<updated>2024-06-30T15:39:20Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2024-06-30T15:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/infra.git/commit/?id=62adb64fe171ff18ff4417a710b69de256d1fdac'/>
<id>urn:sha1:62adb64fe171ff18ff4417a710b69de256d1fdac</id>
<content type='text'>
Seems quotes in YAML is a mess.

Official guidelines (see explanation here [1]) are following.

1. If you can get away without quotes, do not use them.
2. Use single quotes if you need quotes.
3. Use double quotes if you can't use single quotes for some reason.

Common reason for double quotes in this repository is line breaks for
long lines and control characters (\n, \t) in replacement patterns.

Hope, I didn't break anything.

Tested with following commands, because there are no changes in others.

$ ansible-playbook dotfiles.yml
$ ansible-playbook master.yml

[1]: https://stackoverflow.com/a/69850618/1313516
</content>
</entry>
<entry>
<title>Disable ssh password authentication</title>
<updated>2024-01-28T15:57:59Z</updated>
<author>
<name>Dmitry Ilvokhin</name>
<email>d@ilvokhin.com</email>
</author>
<published>2024-01-28T15:57:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ilvokhin.com/infra.git/commit/?id=ab0d9d56fb27f19b76fc7c3aba1f0d1936cd44bc'/>
<id>urn:sha1:ab0d9d56fb27f19b76fc7c3aba1f0d1936cd44bc</id>
<content type='text'>
</content>
</entry>
</feed>
