|
1 month ago | |
---|---|---|
roles | 6 months ago | |
.backupVars | 4 months ago | |
.doVars | 6 months ago | |
.genVars | 9 months ago | |
.jupiterVars | 9 months ago | |
.mimasVars | 9 months ago | |
.vault | 1 month ago | |
README.md | 6 months ago | |
aptUpdate.yaml | 7 months ago | |
archive.yaml | 2 months ago | |
cleanBackups.yaml | 4 months ago | |
cleanBackups.yaml.old | 5 months ago | |
cleanupDOS3.yaml | 4 months ago | |
debug.yaml | 8 months ago | |
do2Backup.yml | 6 months ago | |
doBackup.yaml | 6 months ago | |
email.yaml | 1 month ago | |
helpAnsible.txt | 9 months ago | |
hosts.yaml | 2 months ago | |
joplinDBDump.yaml | 2 months ago | |
jupiterBackup.yaml | 6 months ago | |
mimasBackup.yaml | 7 months ago | |
mysqlDump.yaml | 4 months ago | |
nginx-conf.vars | 6 months ago | |
nginx-conf.yml | 4 months ago | |
nginx-host.conf | 7 months ago | |
nightlies.yaml | 1 month ago | |
prompt.yaml | 2 months ago | |
psqlDump.yaml | 8 months ago | |
pushover.yaml | 6 months ago | |
rebootServers.yaml | 9 months ago | |
requirements.yml | 4 months ago | |
s3copy.yaml | 4 months ago | |
setLifecycleRules.yaml | 5 months ago | |
spacesACLs.yaml | 5 months ago | |
telegram.yaml | 8 months ago |
README.md
MY ANSIBLE PLAYBOOKS
This repository contains all the playbooks etc that I have created as I learn more and more about ansible and python.
As of now (August 25, 2022) I have two playbooks currently in use on my home server that runs apt Updates on my servers and does a backup of my home server and copies the archives to my DO Space.
Stay tuned as I do more with ansible.
As of today (Sept. 5, 2022), I have 3 backups, a backup cleaner, and an apt update/upgrade playbook in play. Learning more and more. Realised I was leaking some information I should not have been leaking and fixed that. And now I am beginning to look at roles to make my playbooks more re-usable.
The backup scripts have been merged into one playbook. I don't use roles, but I do include tasks and set some variables which determine which tasks get applied to which hosts.
Next step: roles.
I <3 ansible and python!