Changes between Version 11 and Version 12 of GEC21Agenda/ScalingUp/Procedure/Appendix


Ignore:
Timestamp:
05/27/15 15:59:30 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure/Appendix

    v11 v12  
    145145</table>
    146146}}}
    147 The Playbook to configure the `client` node as in the install script is as follows:
     147The Playbook to configure the `server` node is as follows:
    148148
    149149   {{{
     
    164164''Do these commands look like the Ad Hoc commands you came up with in the previous step?''
    165165
    166 Put the above content in a file called `hello-client.yml`.
     166Put the above content in a file called `server.yml`.
    167167
    168168Run the playbook with the following command on the local machine:
     
    170170   {{{
    171171#!python
    172 ansible-playbook hello-client.yml -i inventory
     172ansible-playbook server.yml -i inventory
    173173   }}}
    174174}}}