|
5 | 5 | <link rel="stylesheet" href="/static/gen/style.css"> |
6 | 6 | <link rel="stylesheet" href="/static/pygments.css"> |
7 | 7 | <meta property="og:site_name" content="Creative Commons" /> |
8 | | -<meta property="og:title" content="Local Environment Creation using Ansible and Docker" /> |
| 8 | +<meta property="og:title" content="Local Environment Creation using Ansible and Docker: Part 1" /> |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 | | - <meta property="og:image" content="https://cc-og-image.vercel.app/Local Environment Creation using Ansible and Docker.png?&md=1&fontFamily=roboto-condensed&fontSize=100px&images=https%3A%2F%2Fcc-vocabulary.netlify.app%2Flogos%2Fproducts%2Fopen_source.svg%23opensource" /> |
| 34 | + <meta property="og:image" content="https://cc-og-image.vercel.app/Local Environment Creation using Ansible and Docker: Part 1.png?&md=1&fontFamily=roboto-condensed&fontSize=100px&images=https%3A%2F%2Fcc-vocabulary.netlify.app%2Flogos%2Fproducts%2Fopen_source.svg%23opensource" /> |
35 | 35 |
|
36 | 36 | <meta name="twitter:card" content="summary_large_image" /> |
37 | | -<meta name="twitter:title" content="Local Environment Creation using Ansible and Docker"> |
| 37 | +<meta name="twitter:title" content="Local Environment Creation using Ansible and Docker: Part 1"> |
38 | 38 | <meta name="twitter:description" content="This project explores how Creative Commons |
39 | 39 | (CC) uses Ansible, an automated system administration tool, to build a local development environment. It is part of Google Summer of Code (GSoC) 2024."> |
40 | 40 |
|
|
52 | 52 | <script> |
53 | 53 | const globalHeaderInstance = vocabulary.createGlobalHeader(); |
54 | 54 | </script> |
55 | | -<title>Local Environment Creation using Ansible and Docker — Creative Commons Open Source</title> |
| 55 | +<title>Local Environment Creation using Ansible and Docker: Part 1 — Creative Commons Open Source</title> |
56 | 56 |
|
57 | 57 | <body> |
58 | 58 |
|
|
239 | 239 |
|
240 | 240 | <!-- Active link --> |
241 | 241 |
|
242 | | - <li class="is-active"><a aria-current="page displayed">Local Environment Creation using Ansible and Docker</a></li> |
| 242 | + <li class="is-active"><a aria-current="page displayed">Local Environment Creation using Ansible and Docker: Part 1</a></li> |
243 | 243 |
|
244 | 244 |
|
245 | 245 | </ul> |
|
253 | 253 | <header class="single-post-header"> |
254 | 254 | <div class="container"> |
255 | 255 | <h4>CC Open Source Blog</h4> |
256 | | - <h2 class="title">Local Environment Creation using Ansible and Docker</h2> |
| 256 | + <h2 class="title">Local Environment Creation using Ansible and Docker: Part 1</h2> |
257 | 257 | <div class="author columns is-marginless"> |
258 | 258 | <header> |
259 | 259 | <figure class="image blog-image"> |
@@ -324,7 +324,13 @@ <h5 class="title">Posts in the GSoC 2024: Ansible Local Dev series</h5> |
324 | 324 |
|
325 | 325 |
|
326 | 326 | <li class="has-color-dark-slate-gray"> |
327 | | - <i class="icon circle-filled"></i>Local Environment Creation using Ansible and Docker |
| 327 | + <i class="icon circle-filled"></i>Local Environment Creation using Ansible and Docker: Part 1 |
| 328 | + </li> |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + <li> |
| 333 | + <i class="icon circle-filled"></i><a href="/blog/entries/2024-08-23-create-local-ansible-dev-env/">Local Environment Creation using Ansible and Docker: Part 2</a> |
328 | 334 | </li> |
329 | 335 |
|
330 | 336 |
|
|
0 commit comments