CSC Ansible Playbooks
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.
 
 
 
 
 
Zachary Seguin 5d345eecad Configure NTP 6 years ago
files Move root dotfiles to core role; Add load-balancer role; Update webnode role 6 years ago
fingerprints distributed SSH keys to all machines, updated hosts, enabled magic sysrq, ignored retries 7 years ago
plugins/callback/log_plays Initial commit 7 years ago
roles Configure NTP 6 years ago
.gitignore Some fixes from re-installing office terminals 7 years ago
.gitmodules Remove generate-hosts and ignore it 7 years ago
README Update README 7 years ago
ansible.cfg Increase timeout sine sometimes elevation prompt times out too quickly 6 years ago
bootstrap-packages.sh created roles for office terminal install, tested up to auth 7 years ago
disable-login.yml A whole bunch of random playbooks I put together / used 7 years ago
enable-login.yml A whole bunch of random playbooks I put together / used 7 years ago
fix-ssh-perms.yml Some minor fixes and new scripts 7 years ago
gather-ssh-fingerprints.yml A whole bunch of random playbooks I put together / used 7 years ago
generate-fingerprints A whole bunch of random playbooks I put together / used 7 years ago
generate-hosts.yml Workaround lightdm bug 7 years ago
hosts Configure NTP 6 years ago
install-general-use-container.yml Configure NTP 6 years ago
install-office-terminal.yml Update IPv6 configuration 6 years ago
install-syscom-container.yml Configure NTP 6 years ago
install-syscom.yml Update IPv6 configuration 6 years ago
loadbalancer.yml Configure NTP 6 years ago
mount-scratch.yml A whole bunch of random playbooks I put together / used 7 years ago
mount-users.yml A whole bunch of random playbooks I put together / used 7 years ago
rs.yml Some minor fixes and new scripts 7 years ago
run-container.yml Configure NTP 6 years ago
run-core.yml Configure NTP 6 years ago
test-playbook.yml Removed playbooks that have been superseded by roles written for the install-office-terminal.yml playbook 7 years ago
unmount-nfs.yml A whole bunch of random playbooks I put together / used 7 years ago
update-hosts.yml Bug fix; add coq and general-use container playbook 7 years ago
update-rootdotfiles.yml Add root dotfiles and update-rootdotfiles playbook (which will need to be integrated into standard build 6 years ago
upgrade-office.yml Workaround lightdm bug 7 years ago
webnode.yml Configure NTP 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'`