Skip to content

youam/ansible-bootstrap

Repository files navigation

To use this playbook, supply ansible_ssh_host settings for the system and the
virtual system prefixed with rescue-, see the example inventory file. boot into
your rescue system and supply the ssh password in the inventory. you can also
set up the rescue system to use an ssh key, in that case remove the
ansible_ssh_pass setting for the rescue system.

Put the public SSH key with which you want to login into files/ansible_authorized_keys.

Configure the host as given in host_vars/examplehost, and let the playbook run:

 $ time ansible-playbook bootstrap.yml --diff -v --become --limit examplehost

Obviously, this will wipe that host, so be careful and better read the playbook
first...

If you discover bugs, ideas or feature requests, please use github's issue
tracker for this repository at https://github.com/youam/ansible-bootstrap/issues etc

About

ansible playbooks to provision bare systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published