2017 © Pedro Peláez
 

chef-role ansible-role-system-bootstrap

Ansible role for bootstraping instances.

image

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

The README.md

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

  • Gentoo

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)

Author Information

  • You can find more roles in my GitHub channel vundb
  • Follow me on Twitter @vundb

The Versions

11/04 2018

dev-master

9999999-dev

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

29/09 2017

1.3.0

1.3.0.0

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

29/09 2017

dev-feature/remove-centos

dev-feature/remove-centos

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

12/03 2017

1.2.1

1.2.1.0

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

02/12 2016

1.2.0

1.2.0.0

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

27/08 2016

1.1.1

1.1.1.0

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

18/08 2016

1.1.0

1.1.0.0

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

26/06 2016

1.0.1

1.0.1.0

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

25/06 2016

1.0.0

1.0.0.0

Ansible role for bootstraping instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher