Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

# Exclude these files from the linter
exclude_paths:
- .gitlab
- .git*

# Rules that we feel should not be errors but warnings
warn_list:
- yaml[line-length]
- var-naming[no-role-prefix]
- meta-runtime[unsupported-version]
- run-once[task]
11 changes: 6 additions & 5 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ readme: README.md
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Steven Schattenberg <steven.schattenberg@itential.com>
- Travis Nicks <travis.nicks@itential.com>
- Kevin Velarde <kevin.velarde@itential.com>
- Peter Sprygada <peter.sprygada@itential.com>
- Nick Andreano <nick.andreano@itential.com>
- Steven Schattenberg <steven.schattenberg@itential.com>
- Travis Nicks <travis.nicks@itential.com>
- Kevin Velarde <kevin.velarde@itential.com>
- Peter Sprygada <peter.sprygada@itential.com>
- Nick Andreano <nick.andreano@itential.com>

### OPTIONAL but strongly recommended
# A short summary description of the collection
Expand All @@ -38,6 +38,7 @@ license_file: 'LICENSE'
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
tags:
- tools
- itential
- deployer

Expand Down
13 changes: 0 additions & 13 deletions playbooks/install_active_standby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@
- mongodb
- mongodb_install

# Insert some day zero data into the MongoDB, Itential users, profiles,
# configure redis, configure rabbitmq, etc...
- role: itential.deployer.mongodb_init
tags:
- mongodb
- mongodb_init

# Enable MongoDB replication, configure replica set if required
# https://www.mongodb.com/docs/manual/replication/
- role: itential.deployer.mongodb_replication
Expand Down Expand Up @@ -129,12 +122,6 @@
- platform
- platform_install

# Install any listed apps and/or adapters
- role: itential.deployer.platform_adapters
tags:
- platform
- platform_adapters

- name: Install IAP
hosts: platform
become: true
Expand Down
4 changes: 2 additions & 2 deletions playbooks/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- role: itential.deployer.common_vars
tags:
- always

- role: itential.deployer.prometheus
tags:
- prometheus_install
- prometheus_install