Linus Sehn linus
linus pushed to master at fsfe-system-hackers/build-server 2021-02-25 14:50:01 +00:00
7a09e42ae1 fixed it again o.O
linus pushed to master at fsfe-system-hackers/build-server 2021-02-25 14:49:38 +00:00
a0d44b7820 fixed README.md
linus pushed to master at fsfe-system-hackers/build-server 2021-02-25 14:41:37 +00:00
74f71bb966 Merge branch 'master' of git.fsfe.org:fsfe-system-hackers/build-server
9ebbff82e5 bumped inventory and changed README.md to reflect dynamic inventory
Compare 2 commits »
linus pushed to master at fsfe-system-hackers/webserver 2021-02-25 14:35:06 +00:00
2186a91f89 bumped inventory and changed README.md to reflect dynamic inventory
linus pushed to master at fsfe-system-hackers/monitoring 2021-02-25 14:32:14 +00:00
3b1ff6cb66 changed README.md to reflect dynamic inventory
817bdd5bdf bumped inventory
Compare 2 commits »
linus pushed to third-party-origins at fsfe-system-hackers/unattended-upgrades 2021-02-25 14:26:37 +00:00
79cd7c356f bumped inventory
linus pushed to master at fsfe-system-hackers/inventory 2021-02-25 14:20:27 +00:00
86ed167682 changed README.md to reflect the dynamic nature of the inventory
linus pushed to master at fsfe-system-hackers/inventory 2021-02-25 14:07:20 +00:00
26606c953c drop unneeded list comprehension
linus pushed to third-party-origins at fsfe-system-hackers/unattended-upgrades 2021-02-25 13:59:24 +00:00
7ac49186e6 removed mail2 as its gonna be removed soon
linus created pull request fsfe-system-hackers/unattended-upgrades#4 2021-02-25 13:52:27 +00:00
added third-party origins
linus pushed to third-party-origins at fsfe-system-hackers/unattended-upgrades 2021-02-25 13:49:59 +00:00
6dd03bf798 added third-party origins
linus opened issue fsfe-system-hackers/inventory#4 2021-02-25 12:56:17 +00:00
Make code more readable
linus closed issue fsfe-system-hackers/inventory#1 2021-02-25 12:53:34 +00:00
Make inventory dynamic (i.e. emit JSON)
linus deleted branch dynamic-python from fsfe-system-hackers/inventory 2021-02-25 12:53:20 +00:00
linus merged pull request fsfe-system-hackers/inventory#3 2021-02-25 12:52:42 +00:00
Dynamic inventory in Python
linus pushed to master at fsfe-system-hackers/inventory 2021-02-25 12:52:42 +00:00
28b29e24a9 Merge pull request 'Dynamic inventory in Python' (#3) from dynamic-python into master
bb62c3e7ff Merge remote-tracking branch 'origin/master' into dynamic-python
2424e2652e removed remnant function call and renamed
3608206a33 make sure only one 'inventory.txt' is parsed
4bad510465 renamed create-inventory.py to dynamic.py
Compare 16 commits »
linus commented on pull request fsfe-system-hackers/inventory#3 2021-02-25 12:50:18 +00:00
Dynamic inventory in Python

I agree with you re: readability. Nonetheless, I'll merge this as is, so that we can start using the dynamic inventory in all our repos. I have tested it on a couple of playbook runs already and…

linus pushed to dynamic-python at fsfe-system-hackers/inventory 2021-02-25 12:01:06 +00:00
bb62c3e7ff Merge remote-tracking branch 'origin/master' into dynamic-python
d3f07cc707 conf.fsfe.org should only update, and is a Ubuntu host anyway
Compare 2 commits »
linus pushed to dynamic-python at fsfe-system-hackers/inventory 2021-02-25 11:19:34 +00:00
2424e2652e removed remnant function call and renamed
linus commented on pull request fsfe-system-hackers/inventory#3 2021-02-25 11:12:22 +00:00
Dynamic inventory in Python

I think I disagree here. The regex is pretty readable and robust in its current state (newlines are not a problem, muliple spaces in between groups or between the host and the group)

I am more…