mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 10:54:44 +00:00
Merge pull request #349 from t-woerner/new_location_module
New location management module
This commit is contained in:
10
playbooks/location/location-absent.yml
Normal file
10
playbooks/location/location-absent.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Location absent test
|
||||
hosts: ipaserver
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Ensure location my_location1 is absent
|
||||
ipalocation:
|
||||
name: my_location1
|
||||
state: absent
|
||||
9
playbooks/location/location-present.yml
Normal file
9
playbooks/location/location-present.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Location present test
|
||||
hosts: ipaserver
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Ensure location my_location1 is present
|
||||
ipalocation:
|
||||
name: my_location1
|
||||
Reference in New Issue
Block a user