Please leave a comment regarding any agenda item you wish to discuss. If you don't show up for the meeting, your item will be skipped.
If your IRC nick is different from your Github username, leave that as well.
See https://github.com/ansible/community/blob/master/meetings/README.md for the schedule
Once an item has been addressed it should get strike-though ~~strike-though~~
When creating new agenda ensure core and meeting_agenda labels are set
2018 - 02 - 06 Meeting:
Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-06/ansible_core.2018-02-06-19.00.html
Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2018-02-06/ansible_core.2018-02-06-19.00.txt
Log: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-06/ansible_core.2018-02-06-19.00.log.html
Should the include_vars action plugin failing when encountering a file of non-valid file extension be the expected behavior or is this a bug?
There were some disagreements about this in the past and I'd like consensus/clarification on it from the group.
2018 - 02 - 08 Meeting:
Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-08/ansible_core.2018-02-08-15.00.html
Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2018-02-08/ansible_core.2018-02-08-15.00.txt
Log: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-08/ansible_core.2018-02-08-15.00.log.html
* Discuss plans for 2.6, what our goals are, what that means for committers and the community.
Announced in meeting:
FortiOS and FortiGate
https://github.com/ansible/ansible/pull/33591#issuecomment-364775042
Would like feedback on this approach
The proposed approach looks good. We'll look more when the first PR using the new proposal is submitted, Thanks!
Meeting ended Tue Feb 13 20:08:56 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot .
Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-13/ansible_core.2018-02-13-19.00.html
Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2018-02-13/ansible_core.2018-02-13-19.00.txt
Log: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-13/ansible_core.2018-02-13-19.00.log.html
Add ability to define filter macros https://github.com/ansible/ansible/issues/36130
Meeting ended Tue Feb 27 19:39:29 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot .
Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-27/ansible_core.2018-02-27-18.59.html
Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2018-02-27/ansible_core.2018-02-27-18.59.txt
Log: https://meetbot.fedoraproject.org/ansible-meeting/2018-02-27/ansible_core.2018-02-27-18.59.log.html
Hoping to join and discuss PR's: https://github.com/ansible/ansible/pull/36372 https://github.com/ansible/ansible/pull/37001
IRC Nick: Imo
@sivel was looking at a nearly identical PR for the same thing. He'll take charge of working on this and merging them once he's satisfied that they don't cause other breakage.
I am looking for more feedback on https://github.com/ansible/ansible/pull/36901, @dharmabumstead proposed to do https://github.com/ansible/ansible/pull/36901#issuecomment-369757086 but I am not convinced this is the direction we want to take the documentation.
People in attendance at today's meeting took a look and made suggestions of how we could compromise over this issue. However, dharmabumstead was not present. We'll need to sync with him in the future. Action items from the meeting:
@dharmabumstead Then let's make sure the Ansible documentation team ultimately makes the best decision !
And by accident I closed this issue from my smartphone...
Looking for input on whether we're okay not handling archives which specify an absolute path in unarchive (impacts whether this is an acceptable fix): https://github.com/ansible/ansible/pull/37048
At today's meeting, people were happy to call absolute paths unsupported. nitzmahone requested a warning if we detect absolute paths in archives and abadger took an action item to look into how easy that would be.
Meeting ended Tue Mar 6 20:15:06 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot .
Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2018-03-06/ansible_core_team_meeting.2018-03-06-19.06.html
Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2018-03-06/ansible_core_team_meeting.2018-03-06-19.06.txt
Log: https://meetbot.fedoraproject.org/ansible-meeting/2018-03-06/ansible_core_team_meeting.2018-03-06-19.06.log.html
From agaffney: Allow loading dirs from role defaults/vars https://github.com/ansible/ansible/pull/36357
Ansible 2.5.0 Release Candidate 2 is now available! Get it on PyPI: pip install ansible==2.5.0rc2, https://releases.ansible.com/ansible/, or GitHub.
[13:45:59]
[13:45:59]
[13:45:59]
[13:45:59]
uneventful:
[11:17]
[11:17]
[11:17]
[11:17]
Meeting ended Tue Mar 27 19:49:46 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot .
Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2018-03-27/ansible_core_team_meeting.2018-03-27-19.05.html
Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2018-03-27/ansible_core_team_meeting.2018-03-27-19.05.txt
Log: https://meetbot.fedoraproject.org/ansible-meeting/2018-03-27/ansible_core_team_meeting.2018-03-27-19.05.log.html
ansible-config always display plugins parameters ? Or should a new switch (--plugin-type) be added ? Should plugin type and name be mentioned for each plugin parameter ? Should uppercase be used for parameter names ? In the samples below, a 'regular' parameter (DEFAULT_FORKS) and a plugin parameter (oc_cert_file) are displayed:yaml
DEFAULT_FORKS:
default: 5
description: Maximum number of forks Ansible will use to execute tasks on target
hosts.
env:
- {name: ANSIBLE_FORKS}
ini:
- {key: forks, section: defaults}
name: Number of task forks
type: integer
oc_cert_file:
default: ''
description: [Path to a certificate used to authenticate with the API.]
env:
- {name: K8S_AUTH_CERT_FILE}
vars:
- {name: ansible_oc_cert_file}
Uppercase used for parameter name:
yaml
DEFAULT_FORKS:
default: 5
description: Maximum number of forks Ansible will use to execute tasks on target
hosts.
env:
- {name: ANSIBLE_FORKS}
ini:
- {key: forks, section: defaults}
name: Number of task forks
type: integer
OC_CERT_FILE:
default: ''
description: [Path to a certificate used to authenticate with the API.]
env:
- {name: K8S_AUTH_CERT_FILE}
vars:
- {name: ansible_oc_cert_file}
Plugin type and name added:
yaml
DEFAULT_FORKS:
default: 5
description: Maximum number of forks Ansible will use to execute tasks on target
hosts.
env:
- {name: ANSIBLE_FORKS}
ini:
- {key: forks, section: defaults}
name: Number of task forks
type: integer
oc_cert_file:
plugin_type: connection
plugin_name: oc
default: ''
description: [Path to a certificate used to authenticate with the API.]
env:
- {name: K8S_AUTH_CERT_FILE}
vars:
- {name: ansible_oc_cert_file}
https://github.com/ansible/ansible/pull/37390: I would like to discuss what I need to do for this PR to be approved.
bcoca: redirected to openstack maintainers
Collaborate together to bring in Molecule https://github.com/ansible/ansible/issues/38200 (This might be a better one for the Test WG, but I figured I'd start here and we can punt if needed)
bcoca: pinged molecule author, might reschedule after pong
I'd like to ask if this is something that could be merged: https://github.com/ansible/ansible/pull/37291~~
Meeting ended Tue Apr 3 20:18:43 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot .
Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2018-04-03/ansible_core_irc_meeting.2018-04-03-19.07.html
Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2018-04-03/ansible_core_irc_meeting.2018-04-03-19.07.txt
Log: https://meetbot.fedoraproject.org/ansible-meeting/2018-04-03/ansible_core_irc_meeting.2018-04-03-19.07.log.html