<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salt.git/pillar/id, branch orpheus</title>
<subtitle>Work in progress effort to automate the LibertaCasa infrastructure configuration using SaltStack </subtitle>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/'/>
<entry>
<title>Init orpheus.psyched.dev</title>
<updated>2023-05-02T18:57:40+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-02T18:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=52803b6f55965aac1462a0567388e710da863a5f'/>
<id>52803b6f55965aac1462a0567388e710da863a5f</id>
<content type='text'>
Add pillar ID for orpheus to disable sshd management (machine uses
custom configuration for $reasons).

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add pillar ID for orpheus to disable sshd management (machine uses
custom configuration for $reasons).

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Init dencpod01.lysergic.dev</title>
<updated>2023-05-02T18:40:09+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-02T18:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=b6b129c41f4df725319b84af87eb6b1f5f3f0b87'/>
<id>b6b129c41f4df725319b84af87eb6b1f5f3f0b87</id>
<content type='text'>
Blank machine.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Blank machine.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Import moni firewall configuration</title>
<updated>2023-05-02T18:02:21+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-02T18:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=d89138e2a798c5d9f4ca81f4618483dd41d71ab6'/>
<id>d89138e2a798c5d9f4ca81f4618483dd41d71ab6</id>
<content type='text'>
Some ports not yet covered by a role.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some ports not yet covered by a role.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Init phoebe.lysergic.dev</title>
<updated>2023-05-02T17:48:22+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-02T17:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=55acb1dea417feb9268fe606f0bea847af6ae9d7'/>
<id>55acb1dea417feb9268fe606f0bea847af6ae9d7</id>
<content type='text'>
Blank machine.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Blank machine.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable manage_sshd for philia</title>
<updated>2023-05-02T17:32:36+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-02T17:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=409016ea759c850d0d9761c1361915516d082577'/>
<id>409016ea759c850d0d9761c1361915516d082577</id>
<content type='text'>
Machine uses a custom sshd configuration for $reasons.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Machine uses a custom sshd configuration for $reasons.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair BookStack httpd configuration</title>
<updated>2023-04-30T22:00:31+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T22:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=841317e0f4bc1f429055b320c0008097d5e82842'/>
<id>841317e0f4bc1f429055b320c0008097d5e82842</id>
<content type='text'>
- Replace wrong instances of RewriteCond with RewriteRule
- Remove wrong quotes around rewrite conditions
- Set correct options (seemingly our version of httpd does not set
  FollowSymLinks by default?)

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Replace wrong instances of RewriteCond with RewriteRule
- Remove wrong quotes around rewrite conditions
- Set correct options (seemingly our version of httpd does not set
  FollowSymLinks by default?)

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request 'Adjust themis httpd directory options' (#50) from themis-httpd-fixup into production</title>
<updated>2023-04-30T18:04:42+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T18:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=f56ed6f64eeeef273f228448209930b66d99d516'/>
<id>f56ed6f64eeeef273f228448209930b66d99d516</id>
<content type='text'>
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/50
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/50
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct SAML realm capitalization</title>
<updated>2023-04-30T16:22:58+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T16:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=d8359f002d3cbecfc4bb3fb6c3744aad71766759'/>
<id>d8359f002d3cbecfc4bb3fb6c3744aad71766759</id>
<content type='text'>
The Keycloak realm is named "LibertaCasa", not "libertacasa".

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Keycloak realm is named "LibertaCasa", not "libertacasa".

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust themis httpd directory options</title>
<updated>2023-04-30T16:16:35+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T16:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=0a3d34d9623c9d4a9d343db8d92a2625ad7c894d'/>
<id>0a3d34d9623c9d4a9d343db8d92a2625ad7c894d</id>
<content type='text'>
Some directory options are not needed and were listed with syntax
issues. Set to false to prevent "Options" from
being added, which equals "Options +FollowSymLinks".

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some directory options are not needed and were listed with syntax
issues. Set to false to prevent "Options" from
being added, which equals "Options +FollowSymLinks".

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add manage_firewall conditional</title>
<updated>2023-04-30T14:07:21+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T14:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=b685f16c914b9fa05bda7c69ce9e157d04262d09'/>
<id>b685f16c914b9fa05bda7c69ce9e157d04262d09</id>
<content type='text'>
Allow us to enroll machines in Salt which do not yet have their firewall
configuration imported without having their rules overwritten.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow us to enroll machines in Salt which do not yet have their firewall
configuration imported without having their rules overwritten.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
