Compare commits

...

2 Commits

Author SHA1 Message Date
1c809153f7 add new.c0de.dev to inventory
(I think I might pull inventory in from a private repo or private vars or something; maybe ansible vault)
2024-12-19 21:35:40 -06:00
5965182816 purge and autoclean are not compatible together 2024-12-19 21:35:00 -06:00
2 changed files with 3 additions and 1 deletions

View File

@ -5,3 +5,6 @@ ubuntu:
host.foxybox.es:
ansible_user: root
foxy-agent-platform.c0de.online:
new.c0de.dev:
ansible_user: root
ansible_host: 5.161.45.69

View File

@ -8,4 +8,3 @@
ansible.builtin.apt:
autoclean: true
autoremove: true
purge: true