Skip to content

Commit b2b0263

Browse files
authored
Merge pull request #150 from chpc-tech-eval/tut3/release
Tut3/release
2 parents a33525f + a48c39d commit b2b0263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,10 @@ In this tutorial you will be installing Ansible and using it to automate the cre
782782
ansible -i inventory compute -m ping
783783
784784
#access as an individual host
785-
ansible -m ping compute
785+
ansible -i inventory 10.50.100.0 -m ping
786786
787787
#run command on hosts
788-
ansible -m shell -a 'free -m' compute
788+
ansible -i inventory compute -m shell -a 'free -m'
789789
```
790790
791791
## Create User Accounts

0 commit comments

Comments
 (0)