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/system
Rene Moser 318c956a22 added module host
Add or remove entries in /etc/hosts using tasks:
- host: ip=127.0.0.1 hostname=localhost aliases=foobar.com,localhost.foobar.com
- host: ip=127.0.0.1 hostname=localhost state=present
- host: ip=192.168.1.1 state=absent
- host: hostname=localhost state=absent
- host: ip=::1 hostname=localhost aliases=ip6-localhost,ip6-loopback
11 years ago
..
authorized_key
cron Fix for the cron module on FreeBSD 11 years ago
facter
filesystem
group
host added module host 11 years ago
lvg
lvol Removing skipped=True so the task is just marked as not-changed 11 years ago
mount
ohai
ping
seboolean
selinux The required package for selinux is libselinux-python 11 years ago
service Allow service module to manage services not ending in .service 11 years ago
setup Merge branch 'archlinux-fact' of https://github.com/Schnouki/ansible into Schnouki-archlinux-fact 11 years ago
sysctl Slight refactorization of the sysctl module 11 years ago
user Fix issue 3908. There was some ilegal operations over the sets 11 years ago
zfs