feat: separated taskfiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- name: Make build artifact.
|
||||
hosts: localhost
|
||||
vars_files: ../secrets/gitea.json
|
||||
vars_files: ../config/ansible.json
|
||||
tasks:
|
||||
- name: Build image.
|
||||
community.docker.docker_image_build:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
hosts: localhost
|
||||
become: true
|
||||
vars_files:
|
||||
- ../secrets/gitea.json
|
||||
- ../secrets.tf.json
|
||||
- ../config/ansible.json
|
||||
- ../config/infrastructure.json
|
||||
vars:
|
||||
ansible_connection: aws_ssm
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
hosts: localhost
|
||||
become: true
|
||||
vars_files:
|
||||
- ../secrets/gitea.json
|
||||
- ../secrets.tf.json
|
||||
- ../config/ansible.json
|
||||
- ../config/infrastructure.json
|
||||
vars:
|
||||
ansible_connection: aws_ssm
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
Reference in New Issue
Block a user