1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-06 06:46:09 +02:00

updated README

This commit is contained in:
eoli3n 2020-05-14 11:30:57 +02:00
parent d2cc1424e2
commit d4c67a5b8a

View File

@ -35,6 +35,8 @@ Check details in ``roles/*/README.md``.
##### 1. Fork Me! ##### 1. Fork Me!
First, configure desktop environment in ``group_vars/all.yml``.
##### 2. Clone your repo ##### 2. Clone your repo
Use recursive mode to get aur ansible module for Archlinux. Use recursive mode to get aur ansible module for Archlinux.
@ -80,18 +82,14 @@ host1 ansible_user=user
host2 ansible_user=user2 host2 ansible_user=user2
``` ```
##### 4. Configure vars ##### 4. Configure SSH
You can configure desktop environment in ``group_vars/all.yml``
##### 5. Configure SSH
Push your SSH public key on all your ``users@hosts`` Push your SSH public key on all your ``users@hosts``
``` ```
ssh-copy-id -i path/to/ssh/key.pub user@host ssh-copy-id -i path/to/ssh/key.pub user@host
``` ```
##### 6. (Dry)Run ##### 5. (Dry)Run
``` ```
ansible-playbook install.yml -CD ansible-playbook install.yml -CD