Carefull, this contains errors. Work in progress.
make init
make run NODE=nameNode
make run-init NODE=nameNode
make run-local NODE=nameNode
make run-direct ADDRESS=192.168.0.1 PLAYBOOK=playbookName # For devices not in inventory
make run-debug NODE=nameNode
make run-check NODE=nameNode
make get-info-direct ADDRESS=192.168.0.1 # For devices not in inventory
make vault-create
make vault-create NODE=nameNode
make vault-edit
make vault-edit NODE=nameNode
ansible-vault encrypt_string --name 'variable_name'
python -c "from passlib.hash import sha512_crypt; import getpass; print(sha512_crypt.using(rounds=5000).hash(getpass.getpass()))"
This project is licensed under the terms of the MIT license.