scripts/ansible
Paul Wako 7e770ce8a0 setup proxy, minor updates 2020-12-27 00:13:34 -05:00
..
files setup proxy, minor updates 2020-12-27 00:13:34 -05:00
templates setup proxy, minor updates 2020-12-27 00:13:34 -05:00
README.md setup proxy, minor updates 2020-12-27 00:13:34 -05:00
handlers.yml setup proxy, minor updates 2020-12-27 00:13:34 -05:00
hosts.cfg setup proxy, minor updates 2020-12-27 00:13:34 -05:00
main.yml setup proxy, minor updates 2020-12-27 00:13:34 -05:00
remote.yml add rsync 2019-09-10 00:08:21 -04:00

README.md

Usage: ansible-playbook main.yml -i hosts.cfg --extra-vars "api_key=GANDI_API_KEY gandi=true" --limit=cabinet

Assumes:

  • All:

    • OS (Debian) has been installed and IPs have been configured in hosts.cfg
    • Host is already trusted via ssh and can be ssh'd into using keys
    • Passwordless sudo is enabled for the user ansible uses
    • Root and user pw is something memorable
  • ZFS server:

    • ZFS is configured with a volume at /bigdata for sharing
  • Media server:

    • Create /media-vtluug folder
  • Remote:

    • joe/pew users have been created
  • TODO:

    • fix for network-online.target debian 10 bug