aurelienmaury.seed

Ansible Role: Seed

This role is designed to prepare a new server to meet the Managed Node Requirements so that you can manage it properly with Ansible. It also installs Ansible on the target servers.

Here’s how you can use this role:

  • Add the following to a requirements.yml file:
- src: https://github.com/aurelienmaury/ansible-role-seed.git
  name: seed
  • Install it using ansible-galaxy:
ansible-galaxy install -r requirements.yml
  • You can use it without gathering facts in case Python is missing or not the correct version:
---
- hosts: target_servers
  become: true
  gather_facts: no

  roles:
    - seed
Informazioni sul progetto

Make a new host meet Managed Node Requirements and installs latest Ansible.

Installa
ansible-galaxy install aurelienmaury.seed
Licenza
Unknown
Download
126
Proprietario