https://github.com/miteshsharma/basicansible
Sample basic ansible configuration to create a test file
https://github.com/miteshsharma/basicansible
ansible ansible-playbook automation
Last synced: about 1 year ago
JSON representation
Sample basic ansible configuration to create a test file
- Host: GitHub
- URL: https://github.com/miteshsharma/basicansible
- Owner: MiteshSharma
- License: mit
- Created: 2018-09-10T14:29:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T14:32:39.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T10:41:45.075Z (about 1 year ago)
- Topics: ansible, ansible-playbook, automation
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicAnsible
Ansible is helpful in creating the group of machines, define how to configure them, what action to be taken on them. All these configurations and actions can be triggered from a central location which can be your local system (named controller machine). Ansible uses SSH to connect to remote hosts and do the setup, no software needed to be installed beforehand on a remote host. It's simple, agentless, powerful and flexible. It uses YAML in form of ansible playbook. Playbook is a file where automation is defined through tasks. A task is a single step to be performed like installing a package.
Install ansible using link: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
Command to run :
ansible-playbook playbook.yml