Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Ansible role to deploy pypy to CoreOS to be able to get Ansible prerequisites

License

Notifications You must be signed in to change notification settings

deimosfr/ansible-coreos-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreOS Ansible Role

This role install pypy and all requirements to run Ansible on CoreOS.

Role Variables

coreos_ansible_role_path: "{{playbook_dir}}"
coreos_ansible_install_pypy: true
ansible_ssh_user: core
ansible_python_interpreter: "/opt/python/bin/python"

Example Playbook

The repository where pypy is hosted limits the number or parallel downloads. That's why a serial to 1 is set:

- name: coreos-ansible
  hosts: coreos
  user: core
  become: yes
  gather_facts: False
  serial: 1
  roles:
    - deimosfr.coreos-ansible

On the hosts file, add vars:

[coreos]
coreos-01
coreos-02
coreos-03

[coreos:vars]
coreos_ansible_role_path: "{{playbook_dir}}"
ansible_ssh_user: core
ansible_python_interpreter: "/opt/python/bin/python"

License

GPLv3

Author Information

Pierre Mavro / deimosfr

About

Ansible role to deploy pypy to CoreOS to be able to get Ansible prerequisites

Resources

License

Stars

Watchers

Forks

Packages

No packages published