An Ansible Role to set the hostname.
Nobody wants to set hostnames manually.
This role sets the hostname either from a given variable or the inventory.
Used Modules:
Install from Ansible Galaxy
ansible-galaxy install while_true_do.sys_hostname
Install from Github
git clone https://github.com/while-true-do/ansible-role-sys_hostname.git while_true_do.sys_hostname
---
# defaults file for while_true_do.sys_hostname
## Host Management
wtd_sys_hostname: "" # defaults to inventory_hostname
Running Ansible Roles can be done in a playbook.
---
- hosts: all
roles:
- role: while_true_do.sys_hostname
- hosts: all
roles:
- role: while_true_do.sys_hostname
wtd_sys_hostname: "myCoolHost"
- RedHat Testing is currently not possible in public, due to limitations in subscriptions.
- Some services and features cannot be tested properly, due to limitations in docker.
Most of the "generic" tests are located in the Test Library.
Ansible specific testing is done with Molecule.
Infrastructure testing is done with testinfra.
Automated testing is done with Travis CI.
Thank you so much for considering to contribute. We are very happy, when somebody is joining the hard work. Please fell free to open Bugs, Feature Requests or Pull Requests after reading the Contribution Guideline.
See who has contributed already in the kudos.txt.
This work is licensed under a BSD-3-Clause License.
- Site https://while-true-do.io
- Twitter https://twitter.com/wtd_news
- Code https://github.com/while-true-do
- Mail hello@while-true-do.io
- IRC freenode, #while-true-do
- Telegram https://t.me/while_true_do