tree: e121d3e776c702a89ce5bb2bf8377465712e689d [path history] [tgz]
  1. switchboard/
  2. templates/
  3. ansible.cfg
  4. hosts.yml
  5. Makefile
  6. README.md
  7. ssh.cfg
skolo/ansible/README.md

Skolo Ansible Access

These Ansible scripts can be run from a desktop machine and not from a lab computer.

Visit http://go/skolo-maintenance#heading=h.or4jzu6r2mzn for instructions on how to set up to run these commands.

Tips

Runs might fail for a small number of hosts, you can re-run a script for a specific host by passing --limit (hostname) to the ansible-playbook command.

Notes

See ./group_vars/all.yml for variables that are defined everywhere.

See hosts.yml for all the hosts and groups of hosts you can target when running an Ansible script.

See ssh.cfg for the SSH configuration that Ansible uses when running.