mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +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
|
||||
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
|
||||
notify: "Start AWS' SSM agent"
|
||||
roles:
|
||||
- role: ../../ansible/role.gitlab-omnibus-on-ec2
|
||||
- role: ../../../ansible/role.gitlab-omnibus-on-ec2
|
||||
vars:
|
||||
external_url: 'https://gitlab.company.com'
|
||||
# initial_password: null
|
||||
|
||||
Reference in New Issue
Block a user