You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
files | 6 years ago | |
fingerprints | 7 years ago | |
plugins/callback/log_plays | 7 years ago | |
roles | 6 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 7 years ago | |
README | 7 years ago | |
ansible.cfg | 6 years ago | |
bootstrap-packages.sh | 7 years ago | |
disable-login.yml | 7 years ago | |
enable-login.yml | 7 years ago | |
fix-ssh-perms.yml | 7 years ago | |
gather-ssh-fingerprints.yml | 7 years ago | |
generate-fingerprints | 7 years ago | |
generate-hosts.yml | 7 years ago | |
hosts | 6 years ago | |
install-general-use-container.yml | 6 years ago | |
install-office-terminal.yml | 6 years ago | |
install-syscom-container.yml | 6 years ago | |
install-syscom.yml | 6 years ago | |
loadbalancer.yml | 6 years ago | |
mount-scratch.yml | 7 years ago | |
mount-users.yml | 7 years ago | |
rs.yml | 7 years ago | |
run-container.yml | 6 years ago | |
run-core.yml | 6 years ago | |
test-playbook.yml | 7 years ago | |
unmount-nfs.yml | 7 years ago | |
update-hosts.yml | 7 years ago | |
update-rootdotfiles.yml | 6 years ago | |
upgrade-office.yml | 7 years ago | |
webnode.yml | 6 years ago |
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'`