Common query operators Read more
Placing job task on certain node Think to note here is that after applying the job the tasks may not be shut-down on previous selector because target node may not exists and to prevent the outage it will stay the... Read more
Logging into Elastic Container Registry Read more
Node Variables Variable Description Example Value ${node.unique.id} 36 character unique client identifier 9afa5da1-8f39-25a2-48dc-ba31fd7c0023 ${node.region} Client’s region global ${node.datacenter} Client’s datacenter dc1 ${node.unique.name} Client’s name nomad-client-10-1-2-4 ${node.class} Client’s class linux-64bit ${attr.<property>} Property given by property on the client ${attr.cpu.arch} => amd64... Read more
Page for all useful Ansible variables that I used during development of Ansible modules. Check that host is in group (group_names) Listing all hosts in group Counting number of hosts having a true value in a fact Access other host... Read more