Misc. collection of Ansible tasks/roles for my deploys
Find a file
2024-03-23 11:53:01 -05:00
host_vars add 'btrfs' role, move vars to host_vars 2024-03-23 11:53:01 -05:00
roles add 'btrfs' role, move vars to host_vars 2024-03-23 11:53:01 -05:00
.gitignore gitignore: add backups, adjust inventories directory 2020-04-19 01:13:22 -05:00
.gitmodules remove ancient mitogen submodule 2023-08-30 20:53:16 -05:00
ansible.cfg reflect mitogen removal, check host keys >_> 2023-08-30 20:54:23 -05:00
play.yml add 'btrfs' role, move vars to host_vars 2024-03-23 11:53:01 -05:00
README.md readme: remove useless output, add OSTree note 2023-08-30 20:51:33 -05:00
TODO initial commit 2019-02-25 21:49:51 -06:00

deploy_base

This playbook is used to test my misc. roles that I intend to use as a deployment framework.

Known issues

The package updates for atomic aren't idempotent. Some previous OSTree txn register a change, regardless of the actual activity.

Simply comment out the update-packages role in play.yml to avoid this, if desired. I don't use Atomic/OSTree based things. Support will likely be removed.