Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 4b9a7e0f authored by therojam's avatar therojam
Browse files

corrected ansible errors

parent 15f54392
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,12 @@ yunohost:
pass: p@ssw0rd
firstname: Jane
lastname: Doe
domain: {{ domain }}
domain: '{{ domain }}'
- name: user2 # user which uses the first extra_domain for its account
pass: p@ssw0rd
firstname: John
lastname: Doe
domain: {{ extra_domain.[1] }}
domain: '{{ extra_domain.[1] }}'
admin_users:
- name: admin # user generated by yunohost as its admin user
key: ssh-rsa ... # key for admin user
......
---
- name: add sshkey for admin user:
- name: add sshkey for admin user
ansible.posix.authorized_key:
user: "{{ item.name }}"
state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment