-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (145 loc) · 7.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/WebPage" class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="siteBaseUrl" content="https://malfunceddie.github.io/">
<meta name="author" content="MalfuncEddie">
<meta name="description" content="Malfunctioning Eddie's Ramblings">
<meta name="keywords" content="blog,personal,technical,awx,ansible,vmware,xymon,netbox">
<meta name="generator" content="Hugo 0.101.0" />
<title>
Trying to make sense through rambling? | Malfunctioning Eddie's Ramblings
</title>
<meta itemprop="name" content="Trying to make sense through rambling?">
<meta itemprop="description" content="Malfunctioning Eddie's Ramblings">
<meta property="og:title" content="Trying to make sense through rambling?">
<meta property="og:description" content="Malfunctioning Eddie's Ramblings">
<meta property="og:image" content="https://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?size=200">
<meta property="og:url" content="https://malfunceddie.github.io/">
<meta property="og:site_name" content="Malfunctioning Eddie's Ramblings"><meta property="og:type" content="website">
<script src="/modernizr-simple.js"></script>
<link href="/" rel="alternate" type="application/rss+xml" title="Malfunctioning Eddie's Ramblings" />
<link href="/" rel="feed" type="application/rss+xml" title="Malfunctioning Eddie's Ramblings" />
<link rel="canonical" href="https://malfunceddie.github.io/">
<link rel="stylesheet" href="https://malfunceddie.github.io/theme.css">
</head>
<body class="bilberry-hugo-theme">
<nav>
<div class="container">
<ul class="topnav">
<li><a href="/article" target="_blank">Articles</a></li>
<li><a href="https://malfunceddie.github.io/page/about/">About</a></li>
</ul>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="/ava.gif" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title">
<a href="/">
Malfunctioning Eddie's Ramblings
</a>
</h3>
<span class="subtitle">Trying to make sense through rambling?</span>
</div>
<div class="toggler">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="https://malfunceddie.github.io/article/awx-hop-nodes/hopnodes/">
<i class="fas fa-fw fa-pencil-alt"></i>
</a>
<article class="default article">
<div class="content">
<h1 class="article-title">
<a href="https://malfunceddie.github.io/article/awx-hop-nodes/hopnodes/">
AWX and execution/hop nodes, how hard can it be? - Part 1
</a>
</h1>
<div class="meta">
<span class="date moment">2022-05-03</span>
<span class="author">
<a href="https://malfunceddie.github.io/author/malfuncedddie/">MalfuncEdddie</a>
</span>
</div>
Intro With the migration of AWX to k8s (with the awx-operator) I kind of gotten stuck because I lost some connectivity to my test enviroment (AKS in azure and ansible “clients” in my homelab). Yes I could fix the network but with with the release of ansible-receptor I should be able to just deploy a execution node in my homelab and execute everything from the execution node. How hard can it be?
<a href="https://malfunceddie.github.io/article/awx-hop-nodes/hopnodes/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="https://malfunceddie.github.io/tags/awx/">AWX</a>
<a href="https://malfunceddie.github.io/tags/ansible/">ansible</a>
</div>
</div>
</div>
</article>
</div>
<div class="paginator">
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="https://malfunceddie.github.io/article/awx-hop-nodes/hopnodes/">AWX and execution/hop nodes, how hard can it be? - Part 1</a>
</li>
<li>
<a href="https://malfunceddie.github.io/archive/">Archive page</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://twitter.com/MalfuncEddie" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/MalfuncEddie/" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/stefan-coussens-9230753" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.buymeacoffee.com/MalfuncEddie" target="_blank"><i class="fa fa-coffee"></i></a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/MalfuncEddie/" target="_blank">
©
2022
by MalfuncEddie
</a>
-
<a href="https://malfunceddie.github.io/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme"
target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8RV9XSX50S"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8RV9XSX50S', { 'anonymize_ip': false });
}
</script>
<script src="https://malfunceddie.github.io/theme.js"></script>
</body>
</html>