Skip to content

Commit 85f3439

Browse files
authored
Update chapter_11_ansible.asciidoc
1 parent 2f3d3de commit 85f3439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

chapter_11_ansible.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ The "hate" part is that the actual syntax is surprisingly fiddly to get right:
295295
the difference between lists and key/value maps is subtle and I can never quite remember it honestly.]
296296
for.
297297

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
298299

299300
[role="sourcecode"]
300301
.infra/ansible-provision.yaml (ch11l001)
@@ -323,6 +324,10 @@ for.
323324
----
324325
====
325326

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+
326331
<1> An Ansible playbook is a series of "tasks"
327332
(so in that sense it's still quite sequential and procedural),
328333
but the individual tasks themselves are quite declarative.

0 commit comments

Comments
 (0)