Fixed formatting in ansible
This commit is contained in:
parent
5e91fd1ab0
commit
72fc71b6af
|
@ -16,19 +16,22 @@ git clone git@ttm.sh:thunix/ansible.git
|
||||||
From there, the typical github-type workflow is used:
|
From there, the typical github-type workflow is used:
|
||||||
|
|
||||||
* Create a local branch, to track your issue's changes.
|
* Create a local branch, to track your issue's changes.
|
||||||
|
|
||||||
* Commit changes to your local branch.
|
* Commit changes to your local branch.
|
||||||
|
|
||||||
* Send a URI pointing to your repo, with branch name to someone with merge permissions
|
* Send a URI pointing to your repo, with branch name to someone with merge permissions
|
||||||
|
|
||||||
Inside of the tildegit interface:
|
Inside of the tildegit interface:
|
||||||
|
|
||||||
* Create a new branch, selecting option to create a branch and pull request
|
* Create a new branch, selecting option to create a branch and pull request
|
||||||
|
|
||||||
* Make changes in your branch
|
* Make changes in your branch
|
||||||
|
|
||||||
* Update PR
|
* Update PR
|
||||||
|
|
||||||
* Wait for someone to merge your changes
|
* Wait for someone to merge your changes
|
||||||
|
|
||||||
Hourly, a job runs that pulls the latest version of the repo, and the runs ansible-playbook against the playbook. A sudoer can manually run this job, if desired, and it's located at /etc/cron.hourly/ansible-pull.
|
Hourly, a job runs that pulls the latest version of the repo, and the runs ansible-playbook against the playbook. A sudoer can manually run this job, if desired, and it's located at /etc/cron.hourly/ansible-pull.
|
||||||
|
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
tildegit.org(8), git(8), ansible-playbook(8)
|
tildegit.org(8), git(8), ansible-playbook(8)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
|
Loading…
Reference in New Issue