diff --git a/ansible/inventory/offline/99-static b/ansible/inventory/offline/99-static index a7b927751..6e0136c7a 100644 --- a/ansible/inventory/offline/99-static +++ b/ansible/inventory/offline/99-static @@ -99,7 +99,7 @@ # restund_allowed_private_network_cidrs = a.b.c.d/24 # If you install restund together with other services on the same machine # you need to restund_allowed_private_network_cidrs to allow these services -# to communicate on the private network. E.g. If your private network is 172.16.0.1/24 +# to communicate on the private network. E.g. If your private network is 172.16.0.0/24 # restund_allowed_private_network_cidrs = '["172.16.0.0/24"]' # Explicitely specify the restund user id to be "root" to override the default of "997" diff --git a/bin/offline-cluster.sh b/bin/offline-cluster.sh index d38986c1e..9e49b1c2f 100755 --- a/bin/offline-cluster.sh +++ b/bin/offline-cluster.sh @@ -33,6 +33,7 @@ then fi echo "using ansible inventory: $INVENTORY_FILE" +cat $INVENTORY_FILE # Populate the assethost, and prepare to install images from it. # @@ -61,7 +62,7 @@ ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/kubernetes.yml --skip-tags boot ./bin/fix_default_router.sh # Deploy all other services which don't run in kubernetes. -ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/cassandra.yml -ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/elasticsearch.yml -ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/minio.yml -ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/restund.yml +ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/cassandra.yml -vvv +ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/elasticsearch.yml -vvv +ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/minio.yml -vvv +ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/restund.yml -vvv