Linus Sehn linus
linus commented on pull request fsfe-system-hackers/inventory#3 2021-02-25 10:15:47 +00:00
Dynamic inventory in Python

remnant of some code testing... Removed now.

linus commented on pull request fsfe-system-hackers/inventory#3 2021-02-25 10:15:04 +00:00
Dynamic inventory in Python

Path(".").rglob("*inventory.txt") returns a generator object, so I'll leave this one as it is although there might be a more elegent way.

linus closed issue fsfe-system-hackers/unattended-upgrades#3 2021-02-25 09:17:06 +00:00
Correct timeline
linus pushed to master at fsfe-system-hackers/unattended-upgrades 2021-02-25 09:05:53 +00:00
7ef0cec580 added resource
linus pushed to master at fsfe-system-hackers/unattended-upgrades 2021-02-25 09:03:57 +00:00
3f21d09991 changed README.md and added some more verbose comments in auto_upgrade.yml
linus pushed to master at fsfe-system-hackers/unattended-upgrades 2021-02-25 08:55:17 +00:00
1f7b71c02c bumped unattended-upgrades
dc6e8936e3 fixed diagram
Compare 2 commits »
linus commented on issue fsfe-system-hackers/unattended-upgrades#2 2021-02-25 08:39:28 +00:00
Add third-party origins

@max.mehl Could you give me the outputs of apt-cache policy on the respective hosts. Then I can adapt the host_vars. Thanks!

linus pushed to dynamic-python at fsfe-system-hackers/inventory 2021-02-23 15:14:40 +00:00
3608206a33 make sure only one 'inventory.txt' is parsed
linus pushed to dynamic-python at fsfe-system-hackers/inventory 2021-02-23 12:26:56 +00:00
4bad510465 renamed create-inventory.py to dynamic.py
linus created pull request fsfe-system-hackers/inventory#3 2021-02-23 12:16:56 +00:00
dynamic-python
linus pushed to dynamic-python at fsfe-system-hackers/inventory 2021-02-23 12:13:58 +00:00
c068764216 finished dynamic inventory in python
linus pushed to dynamic-python at fsfe-system-hackers/inventory 2021-02-23 12:00:06 +00:00
fd0b782024 removed unneccessary function
linus pushed to dynamic-python at fsfe-system-hackers/inventory 2021-02-23 11:37:48 +00:00
dd3096adf6 added dynamic inventory in python
linus commented on issue fsfe-system-hackers/inventory#1 2021-02-23 08:26:22 +00:00
Make inventory dynamic (i.e. emit JSON)

I will redo this in python as discussed in the system hackers meeting.

linus pushed to dynamic-bash at fsfe-system-hackers/inventory 2021-02-23 08:24:44 +00:00
f2ef450ae0 gotta read documentation and specify desired output correctly
53c6b39bcb add stout
38dcda77a6 move cleaning to beginning, still slow... just read about bash for-loops
7b25e9a379 script working but slow, need to learn more about bash
2166659dee removed test
linus deleted branch dynamic-inventory from fsfe-system-hackers/inventory 2021-02-23 08:24:17 +00:00
linus closed pull request fsfe-system-hackers/inventory#2 2021-02-23 08:24:04 +00:00
WIP: dynamic-inventory
linus commented on pull request fsfe-system-hackers/inventory#2 2021-02-23 08:24:00 +00:00
WIP: dynamic-inventory

I will close this in favour of a new approach with Python

linus commented on issue fsfe-system-hackers/unattended-upgrades#2 2021-02-23 08:20:33 +00:00
Add third-party origins

A good description of how the Origin-Pattern directive functions. Will work on it this week.

linus opened issue fsfe-system-hackers/unattended-upgrades#3 2021-02-23 08:15:15 +00:00
Correct timeline