Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masoud-maghsoudi/ansible-role-ansible-init

Install ansible on managed nodes, so ansible-pull could be used for later automation.
https://github.com/masoud-maghsoudi/ansible-role-ansible-init

Last synced: 25 days ago
JSON representation

Install ansible on managed nodes, so ansible-pull could be used for later automation.

Awesome Lists containing this project

README

        

# ansible-init

Install ansible on managed nodes, so ansible-pull could be used for later automation.

## Variables

In [defaults/main.yml](./defaults/main.yml) **"ansible_user"** has been set based on group names in [hosts.yml](../../hosts.yml) file. you can modify it if you would need.

## Ansible Galaxy

In order to install this role from ansible galaxy you could use command below:

ansible-galaxy role install masoud-maghsoudi.ansible-init

## Example Playbook

- hosts: all
gather_facts: true
roles:
- masoudi-maghsoudi.ansible-init

## License

MIT

## Author Information

| Author | Masoud Maghsoudi |
| ------ | ------------------------------------- |
| Email | |
| Github | |