deimosfr.coreos-ansible
CoreOS Ansible Role
This role installs pypy and everything needed 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 that hosts pypy has limits on how many downloads can happen at once. That's why we set it to run one at a time:
- name: coreos-ansible
hosts: coreos
user: core
become: yes
gather_facts: False
serial: 1
roles:
- deimosfr.coreos-ansible
In the hosts file, add these variables:
[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
Informazioni sul progetto
Ansible role to deploy pypy to CoreOS to be able to get Ansible prerequisites
Installa
ansible-galaxy install deimosfr.coreos-ansible
Licenza
gpl-3.0
Download
452
Proprietario
https://www.linkedin.com/in/pmavro/