Skip to content

Commit 6483845

Browse files
committed
updating server resources to bullets
1 parent d4f8a82 commit 6483845

File tree

4 files changed

+53
-9
lines changed

4 files changed

+53
-9
lines changed

configuration-management.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,24 +85,56 @@ <h2>Ansible</h2>
8585
<p><a href="http://www.ansibleworks.com/">Ansible</a> is an open source configuration
8686
management and application deployment tool built in Python.</p>
8787
<h3>Ansible Resources</h3>
88+
<ul>
89+
<li>
8890
<p><a href="http://docs.ansible.com/index.html">Official Ansible documentation</a></p>
91+
</li>
92+
<li>
8993
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
9094
from PyCon UK 2013</p>
95+
</li>
96+
<li>
9197
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Ansible Weekly Newsletter</a></p>
98+
</li>
99+
<li>
92100
<p><a href="http://labs.qandidate.com/blog/2013/11/15/first-steps-with-ansible/">First Steps with Ansible</a></p>
101+
</li>
102+
<li>
93103
<p><a href="http://red-badger.com/blog/2013/06/29/ansible/">Red Badger on Ansible</a></p>
104+
</li>
105+
<li>
94106
<p><a href="http://lowendbox.com/blog/getting-started-with-ansible/">Getting Started with Ansible</a></p>
107+
</li>
108+
<li>
95109
<p><a href="http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible">Ansible and Linode</a></p>
110+
</li>
111+
<li>
96112
<p><a href="http://jlafon.io/ansible-duo-security.html">Multi-factor SSH authentication with Ansible and Duo Security</a></p>
113+
</li>
114+
<li>
97115
<p><a href="http://devopsu.com/blog/ansible-vs-shell-scripts/">Ansible vs. Shell Scripts</a></p>
116+
</li>
117+
<li>
98118
<p><a href="http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/">Ansible and Salt: A Detailed Comparison</a></p>
119+
</li>
120+
<li>
99121
<p><a href="http://www.nickhammond.com/automating-development-environment-ansible/">Automating your development environment with Ansible</a></p>
122+
</li>
123+
<li>
100124
<p><a href="http://devopsu.com/guides/ansible-post-install.html">Post-install steps with Ansible</a> </p>
125+
</li>
126+
<li>
101127
<p><a href="http://lattejed.com/first-five-and-a-half-minutes-on-a-server-with-ansible">First Five (and a half) Minutes on a Server with Ansible</a> </p>
128+
</li>
129+
<li>
102130
<p><a href="http://davidwinter.me/articles/2013/11/23/introduction-to-ansible/">(Detailed) Introduction to Ansible</a></p>
131+
</li>
132+
<li>
103133
<p><a href="http://blog.couchbase.com/create-couchbase-cluster-with-ansible">Create a Couchbase Cluster with Ansible</a></p>
104-
<ul>
105-
<li><a href="https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ">Idempotence, convergence, and other silly fancy words we often use</a></li>
134+
</li>
135+
<li>
136+
<p><a href="https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ">Idempotence, convergence, and other silly fancy words we often use</a></p>
137+
</li>
106138
</ul>
107139
<br/>
108140
Next read the

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-28T14:27:34Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-28T15:29:27Z</updated></feed>

servers.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ <h2>Virtualized servers</h2>
135135
your needs for urgency of service ticket requests and the frequency you
136136
require for ongoing maintenance such as persistent storage backups.</p>
137137
<h3>Virtualized servers resources</h3>
138-
<p><a href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a></p>
138+
<ul>
139+
<li><a href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a></li>
140+
</ul>
139141
<h2>Infrastructure-as-a-service</h2>
140142
<p>Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
141143
because the resources are often presented in the same way. The
@@ -161,12 +163,22 @@ <h2>Infrastructure-as-a-service</h2>
161163
one of many quirks you need to understand before committing to an
162164
IaaS platform.</p>
163165
<h3>Infrastructure-as-a-service resources</h3>
166+
<ul>
167+
<li>
164168
<p><a href="http://libcloud.apache.org/">Apache Libcloud</a> is a Python library that
165169
provides a unified API for many cloud service providers.</p>
170+
</li>
171+
<li>
166172
<p><a href="http://aws.amazon.com/python/">Amazon Web Services has official documentation</a> for running Python web applications.</p>
173+
</li>
174+
<li>
167175
<p><a href="https://github.com/boto/boto">boto</a> is an extensive and well-tested
168176
Python library for working with Amazon Web Services.</p>
177+
</li>
178+
<li>
169179
<p>Rackspace also has <a href="http://docs.rackspace.com/sdks/guide/content/python.html">official documentation for Python</a>.</p>
180+
</li>
181+
</ul>
170182
<br/>
171183
Next read the
172184
<a href="/operating-systems.html">operating systems</a> section.

source/content/pages/02-servers/0201-servers.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require for ongoing maintenance such as persistent storage backups.
6868

6969

7070
### Virtualized servers resources
71-
[Choosing a low cost VPS](http://blog.redfern.me/choosing-a-low-cost-vps/)
71+
* [Choosing a low cost VPS](http://blog.redfern.me/choosing-a-low-cost-vps/)
7272

7373

7474
## Infrastructure-as-a-service
@@ -101,13 +101,13 @@ IaaS platform.
101101

102102

103103
### Infrastructure-as-a-service resources
104-
[Apache Libcloud](http://libcloud.apache.org/) is a Python library that
104+
* [Apache Libcloud](http://libcloud.apache.org/) is a Python library that
105105
provides a unified API for many cloud service providers.
106106

107-
[Amazon Web Services has official documentation](http://aws.amazon.com/python/) for running Python web applications.
107+
* [Amazon Web Services has official documentation](http://aws.amazon.com/python/) for running Python web applications.
108108

109-
[boto](https://github.com/boto/boto) is an extensive and well-tested
109+
* [boto](https://github.com/boto/boto) is an extensive and well-tested
110110
Python library for working with Amazon Web Services.
111111

112-
Rackspace also has [official documentation for Python](http://docs.rackspace.com/sdks/guide/content/python.html).
112+
* Rackspace also has [official documentation for Python](http://docs.rackspace.com/sdks/guide/content/python.html).
113113

0 commit comments

Comments
 (0)