No project description provided
Project description
- use origin cmd
- first, install ansible:
pip install ansible
- second, edit two hosts file at your machine,
- one is /etc/hosts,here is a content example:
10.131.0.1 agent01.starwhale.com 10.131.0.2 agent02.starwhale.com storage.starwhale.com controller.starwhale.com 10.131.0.3 agent03.starwhale.com 10.131.0.4 agent04.starwhale.com
- another one is $PWD/hosts,here is a content example:
[controller] controller.starwhale.com [storage] storage.starwhale.com [agent] agent01.starwhale.com agent02.starwhale.com agent03.starwhale.com agent04.starwhale.com ...
- one is /etc/hosts,here is a content example:
- then, exec:
ansible-playbook bootstrap.yaml -i hosts --user ${sudoer} --check
- finally, exec:
ansible-playbook bootstrap.yaml -i hosts --user {sudoer}
- first, install ansible:
- use make cmd
make install
- edit the hosts file at your machine,the same with above example
make check {sudoer}
make play {sudoer}
- pip upload tutorials
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
swbootstrap-0.0.23.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for swbootstrap-0.0.23-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65da29e197fe42afe537d41920525daf9f247cd3e9856b360754d32746355dd0 |
|
MD5 | 9c811c6c2a9298e01accb79f44c16769 |
|
BLAKE2b-256 | bc72dba493e4a8437587ab471d1bcda67b320cdd0e994fddcbbdfb4c6a1d0e1a |