Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JA
Posts
1
Comments
174
Joined
1 yr. ago
  • I think that the EU, Nato and the Ukraine armed forces would be best served with equipment and intel support, without the addition of foreign troops. If they were stocked to the gills, and well served with intel, then there would be no questions about occupation, despite current morale and troop concerns..

  • You can advocate for hungry people after eating a meal. You can advocate fornsex worker rights even if you are a virgin.

    You can't tell people you are "working class" if you're rich. You can't advocate for punishing day people while pretending to be straight.

    It is not complicated.

  • Can we just clarify that you mean that comments should never be parsed by the language engine. There are valid annotation systems, but the goal is alway to ensure that one passable can never impact the other.

    Imagine if here a comment could create a syntax error! This is even worse for runtime scripting languages like python.

  • Post truth meme. No-one can be trusted to represent the truth. Both the international tribunal and the Nationalist government brutalising their neighbours are equally untrustworthy.

  • Ansible @lemmy.world
    jaxxed @lemmy.world

    pick a leader from all the hosts in the inventory

    I have an inventory of hosts, and from them, one of the tasks should choose a leader by running a command on each until one of the machines produces an expected output (json value.)

    I want some code to run on that leader to initialize it, and then I want some of the other roles to delegate some tasks to that leader.

    Not sure how to do this?

    Should I use dynamic inventory to analyze a group of hosts, and create a new group (can you run built_in.command in dynamic inventory? Should I write a role task that runs the identifying command on each host, capturing the result globally if it returns what I want (but then running on each host even if I have found my leader?)