mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(examples/pulumi/gitlab): adjust path traversal to get to the example role
This commit is contained in:
7
.ansible-lint
Normal file
7
.ansible-lint
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
# https://ansible.readthedocs.io/projects/lint/configuring/#ansible-lint-configuration
|
||||||
|
|
||||||
|
offline: true
|
||||||
|
warn_list:
|
||||||
|
- 'role-name[path]'
|
||||||
|
- package-latest
|
||||||
@@ -1,5 +1,2 @@
|
|||||||
ansible/playbooks/aws.ec2.enable-ssm-agent.yml package-latest
|
|
||||||
ansible/playbooks/keybase.register-device.yml no-changed-when
|
ansible/playbooks/keybase.register-device.yml no-changed-when
|
||||||
examples/ansible/aws_ec2.yml yaml[comments-indentation]
|
examples/ansible/aws_ec2.yml yaml[comments-indentation]
|
||||||
examples/pulumi/gitlab-omnibus-on-aws-ec2/ansible-playbook.yml package-latest
|
|
||||||
examples/pulumi/gitlab-omnibus-on-aws-ec2/ansible-playbook.yml role-name[path]
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
- vim
|
- vim
|
||||||
notify: "Start AWS' SSM agent"
|
notify: "Start AWS' SSM agent"
|
||||||
roles:
|
roles:
|
||||||
- role: ../../ansible/role.gitlab-omnibus-on-ec2
|
- role: ../../../ansible/role.gitlab-omnibus-on-ec2
|
||||||
vars:
|
vars:
|
||||||
external_url: 'https://gitlab.company.com'
|
external_url: 'https://gitlab.company.com'
|
||||||
# initial_password: null
|
# initial_password: null
|
||||||
|
|||||||
Reference in New Issue
Block a user