seed
Ansible role: seed
This role is meant to make a new server meet Managed Node Requirements, so you can manage it using Ansible properly. It also installs Ansible itself on the target servers.
An example of using this role could be:
- Add this to a
requirements.yml
file:
- src: https://github.com/aurelienmaury/ansible-role-seed.git
name: seed
- Install via
ansible-galaxy
:
ansible-galaxy install -r requirements.yml
- Use it without gathering facts, just in case Python is absent or in the wrong version:
---
- hosts: target_servers
become: true
gather_facts: no
roles:
- seed
About
Make a new host meet Managed Node Requirements and installs latest Ansible.
Install
ansible-galaxy install aurelienmaury/ansible-role-seed
License
Unknown
Downloads
110
Owner