Ansible
- tool to automate IT Tasks
- system administrator tool for automate repetitive tasks
- Managing Servers Remotely
What are IT Tasks?
Repetitive tasks such as:
- Updates
- backups
- system reboots
- create user
- assign groups
Notes to execute to all the different servers.
1
2
3
4
5
10 servers
--
--
--
[ my machine ] (execute to all the systems
Ansible is agentless
1
2
3
4
5
10 servers (ansible not installed)
--
--
--
[ my machine ] (ansible installed)
Reference: