Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/masoud-maghsoudi/ansible-role-ansible-init
- Owner: masoud-maghsoudi
- License: mit
- Created: 2024-07-28T11:24:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T20:38:32.000Z (5 months ago)
- Last Synced: 2024-08-04T15:06:03.634Z (5 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 | |