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
Copy file name to clipboardExpand all lines: chapter_11_ansible.asciidoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,6 +295,7 @@ The "hate" part is that the actual syntax is surprisingly fiddly to get right:
295
295
the difference between lists and key/value maps is subtle and I can never quite remember it honestly.]
296
296
for.
297
297
298
+
// JAN: It would be worth mentioning what to do to be able to execute this ansible command. I haven't noticed anything about adding a record to authorized_keys
298
299
299
300
[role="sourcecode"]
300
301
.infra/ansible-provision.yaml (ch11l001)
@@ -323,6 +324,10 @@ for.
323
324
----
324
325
====
325
326
327
+
// JAN: I'm stuck here. Docker is not installed on EC2 instance with Ubuntu. Googling it, it seems like this is some outdated Docker installation process
328
+
The one described here is much closer to Docker's installation guide: https://www.digitalocean.com/community/tutorials/how-to-use-ansible-to-install-and-set-up-docker-on-ubuntu-22-04
329
+
330
+
326
331
<1> An Ansible playbook is a series of "tasks"
327
332
(so in that sense it's still quite sequential and procedural),
328
333
but the individual tasks themselves are quite declarative.
0 commit comments