You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><em>Software and libraries for DevOps.</em></p>
2098
2098
<ul>
2099
+
<li>Configuration Management<ul>
2099
2100
<li><ahref="https://github.com/ansible/ansible">ansible</a> - A radically simple IT automation platform.</li>
2101
+
<li><ahref="https://github.com/saltstack/salt">saltstack</a> - Infrastructure automation and management system.</li>
2100
2102
<li><ahref="https://cloudinit.readthedocs.io/en/latest/">cloudinit</a> - A multi-distribution package that handles early initialization of a cloud instance.</li>
2101
-
<li><ahref="https://github.com/sebastien/cuisine">cuisine</a> - Chef-like functionality for Fabric.</li>
2102
-
<li><ahref="https://docs.docker.com/compose/">docker-compose</a> - Fast, isolated development environments using <ahref="https://www.docker.com/">Docker</a>.</li>
2103
+
<li><ahref="https://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
2104
+
</ul>
2105
+
</li>
2106
+
<li>SSH-style Deployment<ul>
2103
2107
<li><ahref="https://github.com/fabric/fabric">fabric</a> - A simple, Pythonic tool for remote execution and deployment.</li>
2104
2108
<li><ahref="https://github.com/fabtools/fabtools">fabtools</a> - Tools for writing awesome Fabric files.</li>
2109
+
<li><ahref="https://github.com/sebastien/cuisine">cuisine</a> - Chef-like functionality for Fabric.</li>
2110
+
</ul>
2111
+
</li>
2112
+
<li>Process Management<ul>
2113
+
<li><ahref="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
2105
2114
<li><ahref="https://github.com/nickstenning/honcho">honcho</a> - A Python clone of <ahref="https://github.com/ddollar/foreman">Foreman</a>, for managing Procfile-based applications.</li>
2106
-
<li><ahref="https://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
2107
-
<li><ahref="https://github.com/pexpect/pexpect">pexpect</a> - Controlling interactive programs in a pseudo-terminal like GNU expect.</li>
2115
+
</ul>
2116
+
</li>
2117
+
<li>Monitoring<ul>
2108
2118
<li><ahref="https://github.com/giampaolo/psutil">psutil</a> - A cross-platform process and system utilities module.</li>
2109
-
<li><ahref="https://github.com/saltstack/salt">saltstack</a> - Infrastructure automation and management system.</li>
2110
-
<li><ahref="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
2119
+
</ul>
2120
+
</li>
2121
+
<li>Backup<ul>
2122
+
<li><ahref="https://www.borgbackup.org/">BorgBackup</a> - A deduplicating archiver with compression and encryption.</li>
2123
+
</ul>
2124
+
</li>
2125
+
<li>Others<ul>
2126
+
<li><ahref="https://docs.docker.com/compose/">docker-compose</a> - Fast, isolated development environments using <ahref="https://www.docker.com/">Docker</a>.</li>
0 commit comments