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.
ansible/library/system
Cristian Ciupitu 138b45e32f 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
..
at
authorized_key
cron More shell updates 11 years ago
debconf More shell updates 11 years ago
facter
filesystem
firewalld
group
hostname hostname module: don't filter hostnamectl with awk 11 years ago
kernel_blacklist
locale_gen
lvg More shell updates 11 years ago
lvol
modprobe
mount
ohai
open_iscsi Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
ping
seboolean
selinux
service Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
setup
sysctl Fixes #6482 Check sysctl file path and catch read exceptions 11 years ago
ufw
user Use the no-user-groups option (-N) for useradd in the user module 11 years ago
zfs