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
Rene Moser 7f96dd832f 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
..
cloud Remove trailing whitespace in digital ocean module. 11 years ago
commands
database
files
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory
messaging
monitoring
net_infrastructure
network
notification
packaging Merge branch 'fix/apt_repository_update_cache' of https://github.com/resmo/ansible into resmo-fix/apt_repository_update_cache 11 years ago
source_control
system added module host 11 years ago
utilities Typo fix from `accelerated: true` to `accelerate: true` 11 years ago
web_infrastructure