Tech:Handbook: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
imported>Addshore
(fix)
imported>Addshore
(ansible all -i "localhost," -c local -m git -a "name=https://github.com/Orain/ansible-playbook.git dest=/root/ansible-playbook version=master")
Line 6: Line 6:


'''Manual Pull'''
'''Manual Pull'''
<blockquote>ansible all -i "localhost," -c local --limit "localhost:localhost.localdomain:127.0.0.1" -m git -a "name=https://github.com/Orain/ansible-playbook.git dest=/root/ansible-playbook version=master"
<blockquote>ansible all -i "localhost," -c local -m git -a "name=https://github.com/Orain/ansible-playbook.git dest=/root/ansible-playbook version=master"</blockquote>
</blockquote>


'''Manual Update''' (doesn't pull changes from the repo)
'''Manual Update''' (doesn't pull changes from the repo)