Skip to content

Ansible role to bootstrap a machine to be used with Ansible (establish Python3 using the raw module)

License

Notifications You must be signed in to change notification settings

Provizanta/ansible-role-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: bootstrap

Build & Deploy

Bootstrap a clean machine to install Python3 for use with Ansible.

Optionally bootstrap also system with regard to distribution/technology normalization.

Role significantly inspired by:

Requirements

None

Role Variables

These variables are defined in defaults/main.yml:

bootstrap_user: root

bootstrap_system: true      # bootstrap and normalize systems, distributions...

Dependencies

None

Example Playbook

- name: Converge
  hosts: all
  gather_facts: false
  roles:
    - bootstrap

License

MIT

Author Information

Tibor Csóka

About

Ansible role to bootstrap a machine to be used with Ansible (establish Python3 using the raw module)

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published