Update Servers/Virtualization/OpenStack/Ansible Openstack.md
This commit is contained in:
@ -76,3 +76,12 @@ ssh nicole@openstack-node-01.bunny-lab.io
|
||||
ssh nicole@openstack-node-02.bunny-lab.io
|
||||
ssh nicole@openstack-node-03.bunny-lab.io
|
||||
```
|
||||
|
||||
### Install the source and dependencies
|
||||
Install the source and dependencies for the deployment host.
|
||||
```sh
|
||||
sudo su
|
||||
git clone -b master https://opendev.org/openstack/openstack-ansible /opt/openstack-ansible
|
||||
cd /opt/openstack-ansible
|
||||
bash scripts/bootstrap-ansible.sh
|
||||
```
|
Reference in New Issue
Block a user