Fix typos in guide

This commit is contained in:
gilex-dev 2024-06-17 09:57:42 +02:00
parent 9029a21de4
commit 503e6cd61a
Signed by: gilex-dev
GPG Key ID: 9A2BEC7B5188D2E3
1 changed files with 4 additions and 4 deletions

View File

@ -56,10 +56,10 @@ ansible-galaxy install -r requirements.yaml
+
[,bash]
----
ssh-keygen -a 100 -t ed25519 -C "a comment" -f ~/.ssh/id_$NEW_ANSIBLE_USER@NEW_ANSIBLE_HOST
ssh-keygen -a 100 -t ed25519 -C "a comment" -f ~/.ssh/id_$NEW_ANSIBLE_USER@$NEW_ANSIBLE_HOST
ssh-keygen -a 100 -t ed25519 -C "another comment" -f ~/.ssh/id_publisher@$NEW_ANSIBLE_HOST
ssh-copy-id -i ~/.ssh/id_$NEW_ANSIBLE_USER@NEW_ANSIBLE_HOST $NEW_ANSIBLE_USER@$NEW_ANSIBLE_HOST
ssh-add ~/.ssh/id_$NEW_ANSIBLE_USER@NEW_ANSIBLE_HOST # optional, to remember key-phrase
ssh-copy-id -i ~/.ssh/id_$NEW_ANSIBLE_USER@$NEW_ANSIBLE_HOST $NEW_ANSIBLE_USER@$NEW_ANSIBLE_HOST
ssh-add ~/.ssh/id_$NEW_ANSIBLE_USER@$NEW_ANSIBLE_HOST # optional, to remember key-phrase
----
. Add the host to the inventory `nano inventory.yaml` (keep other entries)
@ -87,7 +87,7 @@ cp host_vars/variables.yaml.template host_vars/$NEW_ANSIBLE_HOST/variables.yaml
+
[,bash]
----
ansible-vault encrypt host_vars/secrets.yaml.template --output host_vars/$NEW_ANSIBLE_HOST/secrets.yaml`
ansible-vault encrypt host_vars/secrets.yaml.template --output host_vars/$NEW_ANSIBLE_HOST/secrets.yaml
----
. Edit the vault