chef-role ansible-role-system-bootstrap
Ansible role for bootstraping instances.
vundb/ansible-role-system-bootstrap
Ansible role for bootstraping instances.
- Wednesday, April 11, 2018
- by vundb
- Repository
- 1 Watchers
- 1 Stars
- 88 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 9 Versions
- 2 % Grown
Ansible Role System Bootstrap
This role will boostraping instances, updates package tree and prepare system
for executing further roles., (*1)
The hostname and host entries will be set., (*2)
The Timezone will be configured., (*3)
Supported Distributions
Role Variables
-
system_update
:
Perform update for system package tree. Possible values are yes or no. Default
yes., (*4)
-
system_profile
:
Gentoo's system profile to use. Default value is default/linux/amd64/17.0
., (*5)
-
system_hostname
:
System hostname. Default will be the variable inventory_hostname
., (*6)
-
system_timezone
:
System timezone in the timezone database format., (*7)
-
system_host_entries
:
Array with host entries. See default vars file, (*8)
-
system_locale
Set system wide locale. If no value is set, the default en_US.UTF-8
will be used., (*9)
Dependencies
None., (*10)
Example Playbook
- hosts: all
roles:
- role: vundb-system-bootstrap
system_update: yes
system_hostname 'exaple.com'
system_timezone: 'Europe/Berlin'
system_host_entries:
- { ip: "127.0.0.1", name: "exaple.com", state: "present" }
- { ip: "::1", name: "exaple.com", state: "absent" }
License
MIT, (*11)
- You can find more roles in my GitHub channel vundb
- Follow me on Twitter @vundb
dev-master
9999999-dev
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
1.3.0
1.3.0.0
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
dev-feature/remove-centos
dev-feature/remove-centos
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
1.2.1
1.2.1.0
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
1.2.0
1.2.0.0
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
1.1.1
1.1.1.0
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
1.1.0
1.1.0.0
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
1.0.1
1.0.1.0
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher
1.0.0
1.0.0.0
Ansible role for bootstraping instances.
Sources
Download
MIT
The Requires
by
Viktor Breitenbuecher