Commit Graph

42620 Commits (76ab88c9f58b9d122fc53d52ae5cb8fac02ae31e)
 

Author SHA1 Message Date
hansmi 76ab88c9f5 callbacks/slack: Explicitly set Content-Type header (#51824)
There are other chat systems with hook implementations more or less
compatible with Slack, such as Rocket.Chat. The latter requires the
Content-Type header to be set to "application/json" (the body is JSON).

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
6 years ago
Keith Maxwell 7fbacf920d Remove misleading statement passwords must be same (#49798)
* Remove misleading statement passwords must be same

Since 2.4 Ansible has supported multiple vault passwords:
<https://docs.ansible.com/ansible/latest/user_guide/vault.html#multiple-vault-passwords>

Meaning lines like the following are misleading:

> The password used with vault currently must be the same for all files you wish
> to use together at the same time.

-- `docs/docsite/rst/user_guide/vault.rst`

To demonstrate this with Ansible 2.7, save the following as `example.yaml`:

```
- name: Display output from two vaults with different passwords
  hosts: localhost
  connection: local
  vars_files: [one.yaml, two.yaml]
  tasks:
    - name: View secret from one.yaml vault
      debug: { var: one }
    - name: View secret from two.yaml vault
      debug: { var: two }
```

Then run the three following commands choosing two different passwords:

```
$ echo 'one: 1' | ansible-vault encrypt --vault-id id1@prompt --output=one.yaml
$ echo 'two: 2' | ansible-vault encrypt --vault-id id2@prompt --output=two.yaml
$ ansible-playbook --vault-id id1@prompt --vault-id id2@prompt example.yaml
```

`ansible-vault` stores an ID in plain text in the vault file.

* Remove note about default in Ansible 2.1

As requested by gundalow in https://github.com/ansible/ansible/pull/49798
6 years ago
Dag Wieers 2e1dd27703 Update $team_crypto (#52057) 6 years ago
rajaspachipulusu17 0825cbad40 Pluribus Networks prefix list network module with Unit test cases (#52064) 6 years ago
Chris Archibald ce092ed939 New Modules: na_ontap_unix_group (#51390)
* changes to clusteR

* Revert "changes to clusteR"

This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.

* add new module ontap_unix_groups
6 years ago
Feilong Wang af710bd048 Add OpenStack Magnum cluster module (#44686) 6 years ago
getjack d33ad416d7 - Initial commit (#51738)
- Fix sanity checks
  - Fixed documentation trailing whitespaces
6 years ago
getjack d9ffc42eee Added Ansible UTM Info Module for network interface address entities. (#51733)
* - Initial commit
- Fix sanity checks
  - Fixed documentation trailing whitespaces

* - Changed author github contact as he has no account i'll (steamx) take responsibility
6 years ago
Miguel Angel Muñoz González 9d514c7451 Fortinet's FortiOS Webfilter Content (#51800)
* Fortinet's FortiOS firewall content module

* Update fortios_webfilter_content.py
6 years ago
Miguel Angel Muñoz González 8e3391e2c7 Fortinet's FortiOS antivirus profile (#51808) 6 years ago
Dag Wieers 68d1706b10
Added more PostgreSQL team members 6 years ago
Miguel Angel Muñoz González 2a6ea40b94 Fortinet's FortiOS antivirus settings (#51810) 6 years ago
Miguel Angel Muñoz González 875723e315 Fortinet's FortiOS Application Group (#51813) 6 years ago
Miguel Angel Muñoz González d5df3c51fa Fortinet's FortiOS Application Name (#51815) 6 years ago
Abhijeet Kasurde a6ecbe7a4b
Check metadata.status presence (#50416)
Generate error if metadata.status is empty or missing.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
getjack 748c9acba7 - Initial commit (#51731)
- Fix sanity checks
  - Fixed documentation trailing whitespaces
6 years ago
getjack 71651a4eee - Initial commit (#51736)
- Fix sanity checks
  - Fixed documentation trailing whitespaces
6 years ago
Miguel Angel Muñoz González fb9f2ca1cd Fortinet's FortiOS antivirus quarantine (#51809) 6 years ago
Miguel Angel Muñoz González 32b66ed6fe Fortinet's FortiOS Application Rule Settings (#51816) 6 years ago
Bojan Vitnik 64a6dcdd1d New module: xenserver_guest_facts - returns facts of XenServer VMs (#49426)
* Initial commit for xenserver_guest_facts module
* New module: xenserver_guest_facts. Returns facts of XenServer VMs. Module is fully documented.
* Added unit tests for the module
* Moved FakeXenAPI import to a dedicated fixture, other fixes
* Removed unused imports, minor fixes to unit test code
6 years ago
Abhijeet Kasurde 47e1bf1862
VMware: Tag management to VMware object (#46945)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Abhijeet Kasurde fab815fc3b
VMware: Handle duplicate VM names in vmware_vm_facts (#45412)
This fix changes facts returned from vmware_vm_facts to list of dict from
dict of dict.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Yadnyawalkya Tale 6d4307377f Fixed positional argument in azure_vm_virtualmachine (#52067)
Signed-off-by: Yadnyawalkya Tale <yadnyawalkyatale@gmail.com>
6 years ago
Abhijeet Kasurde 5c992fcc3f
ansible-vault: handle utf-8 filename in vault (#50341)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Miguel Angel Muñoz González 6afa00eecd Fortinet's FortiOS Authentication Rule (#51817) 6 years ago
Miguel Angel Muñoz González 95fa911713 Fortinet's FortiOS Authentication Scheme (#51821) 6 years ago
Sayed Anisul Hoque 63148b0cc7 Fixes the comment in the example of the sysctl module(#51547) 6 years ago
Miguel Angel Muñoz González 97ed97b5c4 Fortinet's FortiOS Application Custom (#51812) 6 years ago
Miguel Angel Muñoz González 420cad6141 Fortinet's FortiOS Authentication Setting (#51823) 6 years ago
Miguel Angel Muñoz González 023ca40392 Fortinet's FortiOS DLP Filepattern (#51829) 6 years ago
Miguel Angel Muñoz González 452e863cc6 Fortinet's FortiOS DLP FingerPrint sensitivity (#51832) 6 years ago
Miguel Angel Muñoz González 4864c9dbae Fortinet's FortiOS DLP Sensor (#51833)
* Fortinet's FortiOS DLP Sensor

* Empty choices removed
6 years ago
Miguel Angel Muñoz González f1da012d1c Fortinet's FortiOS DLP Settings (#51834) 6 years ago
Miguel Angel Muñoz González 58fcb02b2a Fortinet's FortiOS DLP Fingerprint Doc source (#51837) 6 years ago
Miguel Angel Muñoz González 3d2bd9d47d Fortinet's FortiOS Dnsfilter domain filter (#51867) 6 years ago
Miguel Angel Muñoz González 394449b8a9 Fortinet's FortiOS Dnsfilter profile (#51870) 6 years ago
Miguel Angel Muñoz González c0bee726c0 Fortinet's FortiOS Endpoint Control Client (#51872) 6 years ago
Miguel Angel Muñoz González fb1c3808ec Fortinet's FortiOS Endpoint Control Forticlient EMS (#51886) 6 years ago
Miguel Angel Muñoz González 4a975e1857 Fortinet's FortiOS Endpoint Control Forticlient Registration Sync (#51887) 6 years ago
Miguel Angel Muñoz González 955396f68f Fortinet's FortiOS Endpoint Control Profile (#51889)
* Fortinet's FortiOS Endpoint Control Profile

* Fix too long lines

* Fix trailing space
6 years ago
Miguel Angel Muñoz González 34cb1f7eef Fortinet's FortiOS Endpoint Control Settings (#51890) 6 years ago
rajaspachipulusu17 a003de239d Pluribus Networks old modules to be deprecated (#51686)
* Pluribus Networks old modules to be deprecated

* Dox fixes
6 years ago
rajaspachipulusu17 48edffac60 Pluribus Networks vrouter ospf6 module with UT (#51793)
* Pluribus networks vrouter ospf6 module with UT

* Changes in check cli method
6 years ago
Hannes Ljungberg 70d8f02db7 docker_swarm_service: Extend env and add env_files support (#51762)
* Extend env and add env_files support

* Python 2.6 compat

* Handle lists passed as string

* Add changelog fragment

* Use correct link formatting

Co-Authored-By: hannseman <hannes@5monkeys.se>

* Fix typo

Co-Authored-By: hannseman <hannes@5monkeys.se>

* Handle empty env and env_files values
6 years ago
Felix Fontein 09f78d2f6c ufw: allow to insert rules relative to first/last IPv4/IPv6 rules (#49796)
* Insert should have type int.

* Add insert_relative_to option.

* Add changelog.

* Add tests.

* Improve comment.
6 years ago
rajaspachipulusu17 2e3964b474 Pluribus Networks vrouter interface ip module with UT (#51792)
* Pluribus networks vrouter interface ip module with UT

* Indetentation fix

* Changes in check cli method
6 years ago
rajaspachipulusu17 76534b45b0 Pluribus networks vflow table profile module with UT (#51722) 6 years ago
Dag Wieers 730b68194f BOTMETA: Asorted fixes (#52061) 6 years ago
Piotr Wojciechowski 42f20091dd docker_swarm_facts: New module to retrieve Docker Swarm information (#50622)
* docker_swarm_facts: PR cleanup after rebasing

* docker_swarm_facts: Adding the features similar to docker_host_facts

* docker_swarm_facts: Minor documentation and documentation updates

* docker_swarm_facts: Minor documentation and documentation adjustments to changes in #51700

* docker_swarm_facts: Using AnsibleDockerSwarmClient class method to fail module if not run on swarm manager
module_utils\docker\swarm.py: Adjustment of error message to me bore descriptive if module fails because it is not run on swarm manager node
6 years ago
Piotr Wojciechowski ea72f7001c docker_node_facts: Query may cover single or multiple nodes (#51701)
* docker_node_facts: Query may contain single or multiple nodes, additional option to query about the docker manager itself
docker_node_facts: Code update to use the module_utils/docker_swarm.py AnsibleDockerSwarmClient class methods

* docker_node_facts: Minor documentation update and error handling

* docker_node_facts: Minor documentation and code updates

* docker_node_facts: Minor documentation adjustments
6 years ago