|
|
@ -2,6 +2,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
This playbook is meant to be run using [Ansible](https://www.ansible.com/).
|
|
|
|
This playbook is meant to be run using [Ansible](https://www.ansible.com/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ansible typically runs on your local computer and carries out tasks on a remote server.
|
|
|
|
|
|
|
|
If your local computer cannot run Ansible, you can also run Ansible on some server somewhere (including the server you wish to install to).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Supported Ansible versions
|
|
|
|
## Supported Ansible versions
|
|
|
|
|
|
|
|
|
|
|
@ -57,4 +60,4 @@ If you don't use SSH keys for authentication, simply remove that whole line (`-v
|
|
|
|
Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.
|
|
|
|
Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.
|
|
|
|
The `/work` directory contains the playbook's code.
|
|
|
|
The `/work` directory contains the playbook's code.
|
|
|
|
|
|
|
|
|
|
|
|
You can execute `ansible-playbook` commands as per normal now.
|
|
|
|
You can execute `ansible-playbook` commands as per normal now.
|
|
|
|