Compare commits

...

2 Commits

Author SHA1 Message Date
070badfeb3
Add postgres replica bootstrap example 2024-12-12 18:29:16 +04:00
2d8a1cebb1
Update node info 2024-12-09 20:44:18 +04:00
2 changed files with 5 additions and 1274 deletions

View File

@ -38,6 +38,10 @@ Clone this repository, `cd` into it, and run:
knife zero bootstrap ubuntu@zerotier-ip-address -x ubuntu --sudo --run-list "role[base],role[kvm_guest]" --secret-file .chef/encrypted_data_bag_secret
### Bootstrap a new VM with environment and role/app (postgres replica as example)
knife zero bootstrap ubuntu@10.1.1.134 -x ubuntu --sudo --environment production --run-list "role[base],role[kvm_guest],role[postgresql_replica]" --secret-file .chef/encrypted_data_bag_secret
### Run Chef Zero on a host server
knife zero converge -p2222 name:server-name.kosmos.org

File diff suppressed because it is too large Load Diff