Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: alexghergh/ansible

Tags

v0.2

Toggle v0.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
alexghergh Alexandru Gherghescu
Release version 0.2

Compared to v0.2-rc, the v0.2 release implements a few more quality of
life features, without huge features being introduced:

* More clearer README file, with a description and installation steps
  for the setup script
* Move all the variables (including repo links, versions, commands,
  user specific setups etc.) into a separate `HOSTS_VARS` file, meant
  to act as an interface with the user
* Guard the install script against unknown operating systems, alerting
  the user if that is the case
* Change all `include`'s to `include_tasks`'s, due to being deprecated
  by Ansible

stable

Toggle stable's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
alexghergh Alexandru Gherghescu
Release version 0.2

Compared to v0.2-rc, the v0.2 release implements a few more quality of
life features, without huge features being introduced:

* More clearer README file, with a description and installation steps
  for the setup script
* Move all the variables (including repo links, versions, commands,
  user specific setups etc.) into a separate `HOSTS_VARS` file, meant
  to act as an interface with the user
* Guard the install script against unknown operating systems, alerting
  the user if that is the case
* Change all `include`'s to `include_tasks`'s, due to being deprecated
  by Ansible

v0.2-rc

Toggle v0.2-rc's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
alexghergh Alexandru Gherghescu
Release candidate for version 0.2

v0.1-rc

Toggle v0.1-rc's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
alexghergh Alexandru Gherghescu
Add note about the user module when operating on the same user as the…

… one executing the ansible script