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: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ To test this role you can use [Vagrant](https://www.vagrantup.com/) and [Virtual
78
78
vagrant up
79
79
```
80
80
81
+
In the Vagrantfile you can inject your public ssh key directly in the authorized_keys of the vagrant user. You have to change the *CHANGE_ME* placeholder in the Vagrantfile. You can also adjust the number of the vm deployed by changing the NNODES variable (Default: 6)
82
+
81
83
## Using this role
82
84
83
85
To use this role you follow the example in the [examples/] dir. Adjust the hosts.ini file with your hosts and run the playbook:
0 commit comments