https://github.com/cycloidio/ansible-base-aws
Basic configuration for servers running on AWS
https://github.com/cycloidio/ansible-base-aws
Last synced: 4 months ago
JSON representation
Basic configuration for servers running on AWS
- Host: GitHub
- URL: https://github.com/cycloidio/ansible-base-aws
- Owner: cycloidio
- License: mit
- Created: 2018-04-24T12:11:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T07:24:15.000Z (almost 2 years ago)
- Last Synced: 2025-08-20T12:54:50.576Z (10 months ago)
- Language: Vim Script
- Size: 14.6 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-base-aws
================
This role aims to do basic tasks on any host running on AWS. This includes
installing basic dependencies and/or extra pip/packages on the system; and
setting up the host file, hostname, r53 entries.
Role Variables
--------------
**base_deps**
When set to true it will try installing extra packagesd defined afterwards
default: ``true``
**base_extra_packages**
The extra packages (deb/rpm) to install
default: ``[]``
**base_extra_pip_packages**
The extra pip packages to install
default: ``[]``
**base_hosts**
If host settings should be included
default: ``false``
**base_hosts_suffix**
Specify if you want specific hosts suffix
default: ``""``
**base_manage_host_file**
Set to true if you want the hosts file to be managed
default: ``true``
**base_manage_host_r53**
Set to true if you want internal entries to be created
default: ``false``
**base_r53_internal_zone**
Defines in which internal zone entries should be added in R53
default: ``""``
**base_custom_hosts**
Define extra custom hosts for the /etc/hosts file to fill with
default: ``{}``
License
-------
MIT
Author Information
------------------
Hugo Rosnet at Cycloid.io