mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-22 02:30:20 +00:00
Fix file ends
This commit is contained in:
parent
a1b064c07a
commit
ccc173e9f8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
!/collections/.gitkeep
|
||||
/collections
|
||||
__pycache__
|
||||
__pycache__
|
||||
|
2
LICENSE
2
LICENSE
@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
SOFTWARE.
|
||||
|
@ -13,4 +13,4 @@ action_warnings = false
|
||||
inventory_unparsed_warning = false
|
||||
|
||||
[inventory]
|
||||
host_pattern_mismatch = ignore
|
||||
host_pattern_mismatch = ignore
|
||||
|
@ -36,4 +36,4 @@ python3 -m venv /opt/ansible &> /dev/null
|
||||
|
||||
echo "
|
||||
==============================
|
||||
"
|
||||
"
|
||||
|
@ -4,4 +4,4 @@ all:
|
||||
localhost:
|
||||
vars:
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: "{{ansible_playbook_python}}"
|
||||
ansible_python_interpreter: "{{ansible_playbook_python}}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
collections:
|
||||
- containers.podman
|
||||
- containers.podman
|
||||
|
@ -22,4 +22,4 @@
|
||||
import_tasks: tasks/deployer.yml
|
||||
tags:
|
||||
- deployer
|
||||
- never
|
||||
- never
|
||||
|
@ -34,4 +34,4 @@
|
||||
state: latest
|
||||
extra_args: --upgrade
|
||||
virtualenv: /opt/ansible
|
||||
virtualenv_command: "python3 -m venv"
|
||||
virtualenv_command: "python3 -m venv"
|
||||
|
Loading…
Reference in New Issue
Block a user