├── .gitignore ├── LICENSE ├── README.md ├── ansible.cfg └── change_hostname.yaml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codylane/ansible-playbook-change-hostname/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codylane/ansible-playbook-change-hostname/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codylane/ansible-playbook-change-hostname/HEAD/README.md -------------------------------------------------------------------------------- /ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codylane/ansible-playbook-change-hostname/HEAD/ansible.cfg -------------------------------------------------------------------------------- /change_hostname.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codylane/ansible-playbook-change-hostname/HEAD/change_hostname.yaml --------------------------------------------------------------------------------