You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Cristian Ciupitu a416dba3d1 hostname module: don't filter hostnamectl with awk
There's no need to filter hostnamectl's output with awk because its man
page says:

    hostnamectl [OPTIONS...] {COMMAND}

       --static, --transient, --pretty
	   If status is used (or no explicit command is given) and one
	   of those fields is given, hostnamectl will print out just
           this selected hostname.

E.g. hostnamectl --static status => ansible.example.org
11 years ago
cloud Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
commands Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
database Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
files Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
internal ansible -> ansibleworks 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Typo in rabbitmq_plugin docs 11 years ago
monitoring Fixup shell handling in monit module. 11 years ago
net_infrastructure Fix regression in dnsmadeeasy module caused by fetch_url change 11 years ago
network Remove validate_certs parameter from fetch_url calls 11 years ago
notification Adding validate_certs to all modules that use fetch_url 11 years ago
packaging Correct check_mode conditional logic 11 years ago
source_control Fix documentation for accept_hostkey 11 years ago
system hostname module: don't filter hostnamectl with awk 11 years ago
utilities Create the tempdir in the accelerate module if it doesn't exist 11 years ago
web_infrastructure Bulk update of choices=BOOLEANS to type='bool' 11 years ago