On Wed, 5 Dec 2018 at 10:35, Sorin Srbu <[email protected]> wrote: > > Looking here, re the cron-script; > https://github.com/ansible/ansible-examples/blob/master/language_features/ansible_pull.yml > > Ansible needs to be already installed on the new laptop/s, right? > And I can't do that remotely because I don't have openssh-server installed > and running.
Exactly, so your issue is a generic system administration one about how to bootstrap your machines up to the point where ansible can be used. You need to figure out how to do that, probably by reading the Ubuntu docs, or probably the vendor (if you'd want to keep the current installations). Depending on your local preference you can either use push or pull mode - each one has different implications wrt what your machines should look like. Once you've figured that out, things should just work. Dick -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwNMsei%2B2YLLkEizyi2BJejtP_3gROvhc2QKpA5Oc3FrQg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
