Misc. collection of Ansible tasks/roles for my deploys
Find a file
2023-08-30 20:53:16 -05:00
roles docker: simplify, use dist-based vars 2023-08-30 20:43:46 -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 disable cowsay 2020-02-19 22:40:16 -06:00
play.yml play: configurable target, more params 2023-08-30 20:48:50 -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.