mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-05 13:07:58 +07:00
Merge pull request #401 from Me1e/patch-4
This commit is contained in:
commit
03fb964963
@ -37,7 +37,7 @@ Before we then start to look at controlling other nodes in our environment, we c
|
||||
|
||||
![](Images/Day64_config2.png)
|
||||
|
||||
Or an actual real-life use for a module might be something like `ansible webservers --m service -a "name=httpd state=started"` this will tell us if all of our webservers have the httpd service running. I have glossed over the webservers term used in that command.
|
||||
Or an actual real-life use for a module might be something like `ansible webservers -m service -a "name=httpd state=started"` this will tell us if all of our webservers have the httpd service running. I have glossed over the webservers term used in that command.
|
||||
|
||||
### hosts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user