-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Update Readme with correct ansible-core version (#687)
Co-authored-by: Carl Buchmann <[email protected]>
- Loading branch information
1 parent
724d398
commit c5b307b
Showing
8 changed files
with
9 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 1 addition & 10 deletions
11
ansible_collections/arista/cvp/roles/configlets_sync/meta/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
galaxy_info: | ||
author: Arista Ansible Team <[email protected]> | ||
description: Role to synchronize configlets across multiple CloudVision servers | ||
issue_tracker_url: https://github.com/aristanetworks/ansible-cvp/issues | ||
company: Arista Networks | ||
license: Apache-2.0 | ||
min_ansible_version: 2.9 | ||
galaxy_tags: ['arista', 'network', 'networking', 'eos', 'avd', 'cloudvision', 'cvp'] | ||
platforms: | ||
- name: EL | ||
versions: [7, 8] | ||
dependencies: [] | ||
standalone: false |
11 changes: 1 addition & 10 deletions
11
ansible_collections/arista/cvp/roles/dhcp_configuration/meta/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
galaxy_info: | ||
author: Arista Ansible Team <[email protected]> | ||
description: Role to configure DHCP service to act as ZTP server | ||
issue_tracker_url: https://github.com/aristanetworks/ansible-cvp/issues | ||
company: Arista Networks | ||
license: Apache-2.0 | ||
min_ansible_version: 2.9 | ||
galaxy_tags: ['arista', 'network', 'networking', 'eos', 'avd', 'cloudvision', 'cvp'] | ||
platforms: | ||
- name: EL | ||
versions: [7, 8] | ||
dependencies: [] | ||
standalone: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
# Sample ansible-test configuration file for collections: https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/config/config.yml | ||
modules: | ||
python_requires: ">=3.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters