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 3e050b45b3 Some minor fixes and new scripts 7 years ago
files Some minor fixes and new scripts 7 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 Some minor fixes and new scripts 7 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 finished install-office-terminal.yml 7 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 Some minor fixes and new scripts 7 years ago
install-office-terminal.yml add files to build cobalamin and fix ipv6 in office terms 7 years ago
install-syscom.yml add files to build cobalamin and fix ipv6 in office terms 7 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
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 Some minor fixes and new scripts 7 years ago
upgrade-office.yml Workaround lightdm bug 7 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'`