GithubHelp home page GithubHelp logo

ansible-proxmox-automation's People

Contributors

dilden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-proxmox-automation's Issues

Restructure

The current structure of the files doesn't make much sense. Variables that control containers are found in a file specific to the host. Suggest restructuring the entire project. It would greatly simplify things if roles and handlers were included.

New nodeJS instance

  • create a new container
  • install node to it
  • configure reverse proxy to direct requests

Nextcloud Manual Upgrade

The Nextcloud web updater fails so often that its not worth using ever again. Instead, this should be done via an Ansible Playbook that will run the upgrade via the manual process.

For reference, it should:

  1. Backup existing instance
  2. Download the latest release (should prompt user for URL)
  3. Stop the web server
  4. Disable cron jobs by commenting out crontab -u www-data -e
  5. Rename current nextcloud directory
  6. Unpack new release in production folder (previous Nextcloud install folder renamed at step 5).
  7. Copy config/config.php from old nextcloud install
  8. Symlink data/ to correct location (or copy it)
  9. Copy nextcloud/apps/ from old install to new
  10. Copy theme/
  11. Adjust permissions
chown -R www-data:www-data nextcloud
find nextcloud/ -type d -exec chmod 750 {} \;
find nextcloud/ -type f -exec chmod 640 {} \;
  1. Restart web server
  2. Run upgrade command sudo -u www-data php occ upgrade
  3. Re-enable cron jobs from step 4.
  4. Confirm install works, and remove old directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.