Zachary Seguin e5e4d4a182 | ||
---|---|---|
files | ||
fingerprints | ||
plugins/callback/log_plays | ||
roles | ||
.gitignore | ||
.gitmodules | ||
README | ||
ansible.cfg | ||
bootstrap-packages.sh | ||
disable-login.yml | ||
enable-login.yml | ||
fix-ssh-perms.yml | ||
gather-ssh-fingerprints.yml | ||
generate-fingerprints | ||
generate-hosts.yml | ||
hosts | ||
install-general-use-container.yml | ||
install-office-terminal.yml | ||
install-syscom-container.yml | ||
install-syscom.yml | ||
loadbalancer.yml | ||
mount-scratch.yml | ||
mount-users.yml | ||
resolv.yml | ||
rs.yml | ||
run-container.yml | ||
run-core.yml | ||
test-playbook.yml | ||
unmount-nfs.yml | ||
update-hosts.yml | ||
update-rootdotfiles.yml | ||
update-ssh_known_hosts.yml | ||
upgrade-office.yml | ||
upgrade.yml | ||
webnode.yml |
README
____ ____ ____ _ _ _ _ / ___/ ___| / ___| / \ _ __ ___(_) |__ | | ___ | | \___ \| | / _ \ | '_ \/ __| | '_ \| |/ _ \ | |___ ___) | |___ / ___ \| | | \__ \ | |_) | | __/ \____|____/ \____| /_/ \_\_| |_|___/_|_.__/|_|\___| Ansible playbooks of the University of Waterloo Computer Science Club. ** Usage ** To run a playbook and request a user's ssh/sudo password: `ansible-playbook -kK -b test-playbook.yml` To run a playbook as a different user (for example to provision a new system that doesn't have sssd yet): `ansible-playbook -kK -b -u local_sysadmin test-playbook.yml` To run a playbook starting at a certain spot: `ansible-playbook -kK -b install-office-terminal.yml --start-at-task='enable magic sysrq'`